Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2017-01-09 21:22:17
Size: 49
Editor: egourgoulhon
Comment: This is the list of Ubuntu packages required to build SageMath from sources
Revision 7 as of 2018-08-30 09:58:57
Size: 639
Editor: egourgoulhon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Required packages to compile SageMath on Ubuntu = 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)''
 * pandoc ''(to convert Jupyter notebooks to pdf)''
 * ffmpeg
 * libavdevice-dev


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)

  • pandoc (to convert Jupyter notebooks to pdf)

  • ffmpeg
  • libavdevice-dev

For more details, see the Prerequisites section of Sage Installation Guide.

prerequisites/Ubuntu (last edited 2023-02-23 20:46:28 by mkoeppe)