Size: 763
Comment:
|
Size: 817
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
* texlive-xetex ''(to convert Jupyter notebooks to pdf)'' | * texlive-xetex ''(to convert Jupyter notebooks to pdf)'' |
Line 16: | Line 16: |
* pandoc ''(to convert Jupyter notebooks to pdf)'' * ffmpeg * libavdevice-dev |
* pandoc ''(to convert Jupyter notebooks to pdf)'' * ffmpeg ''(to produce animations)'' * libavdevice-dev ''(to produce animations)'' |
Required packages to build SageMath on Ubuntu
Here is the list of Ubuntu packages to install in order to build SageMath from sources (this is for Ubuntu 18.04):
- git
- m4
- gfortran
- libssl-dev
- python-pip
In addition, it is recommended to install
texlive-generic-extra (to generate pdf documentation)
texlive-xetex (to convert Jupyter notebooks to pdf)
latexmk (to generate pdf documentation)
pandoc (to convert Jupyter notebooks to pdf)
ffmpeg (to produce animations)
libavdevice-dev (to produce animations)
For more details, see the Prerequisites section of Sage Installation Guide.