|
Size: 315
Comment:
|
Size: 763
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| Here is the list of Ubuntu packages to install in order to build SageMath from sources (this is for Ubuntu 16.04): | {{http://loco.ubuntu.com/media/images/cof_orange_hex1.png||width=100px}} Here is the list of Ubuntu packages to install in order to build SageMath from sources (this is for Ubuntu 18.04): |
| Line 6: | Line 8: |
| * gfortan5 | * gfortran |
| Line 9: | Line 11: |
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)'' |
|
| Line 11: | Line 19: |
| * pandoc ''(to convert Jupyter notebooks to pdf)'' | For more details, see the [[http://doc.sagemath.org/html/en/installation/source.html#prerequisites|Prerequisites section]] of Sage Installation Guide. |
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
- libavdevice-dev
For more details, see the Prerequisites section of Sage Installation Guide.
