1 Star 0 Fork 4

jibei/d2l-java-zh

forked from CV爱好者/d2l-java-zh 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_env.sh 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Lai Wei 提交于 2020-08-19 17:35 . Update website build (#32)
#!/usr/bin/env bash
# build_env.sh
# configure build environments
# build tool
sudo pip install git+https://git-codecommit.us-east-1.amazonaws.com/v1/repos/d2l-book
# x11 requirements
sudo apt-get install -y xvfb
# build pdf requirements
sudo apt-get install -y texlive-full librsvg2-bin pandoc
# install fonts
wget https://raw.githubusercontent.com/d2l-ai/utils/master/install_fonts.sh
sudo bash install_fonts.sh
wget -O source-serif-pro.zip https://www.fontsquirrel.com/fonts/download/source-serif-pro
unzip source-serif-pro -d source-serif-pro
sudo mv source-serif-pro /usr/share/fonts/opentype/
wget -O source-sans-pro.zip https://www.fontsquirrel.com/fonts/download/source-sans-pro
unzip source-sans-pro -d source-sans-pro
sudo mv source-sans-pro /usr/share/fonts/opentype/
wget -O source-code-pro.zip https://www.fontsquirrel.com/fonts/download/source-code-pro
unzip source-code-pro -d source-code-pro
sudo mv source-code-pro /usr/share/fonts/opentype/
wget -O Inconsolata.zip https://www.fontsquirrel.com/fonts/download/Inconsolata
unzip Inconsolata -d Inconsolata
sudo mv Inconsolata /usr/share/fonts/opentype/
sudo fc-cache -f -v
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jibei/d2l-java-zh.git
[email protected]:jibei/d2l-java-zh.git
jibei
d2l-java-zh
d2l-java-zh
master

搜索帮助