Differences between revisions 8 and 13 (spanning 5 versions)
Revision 8 as of 2018-08-31 06:04:15
Size: 715
Editor: chapoton
Comment: +logo
Revision 13 as of 2018-09-26 17:49:42
Size: 1103
Editor: egourgoulhon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * automake (should no longer be required after [[https://trac.sagemath.org/ticket/26298|#26298]] is merged)
Line 14: Line 15:
 * texlive-xetex ''(to convert Jupyter notebooks to pdf)''
 * pandoc ''(to convert Jupyter notebooks to pdf)''
 * ffmpeg
 * libavdevice-dev
 * texlive-xetex ''(to convert Jupyter notebooks to pdf)''
 * latexmk ''(to generate pdf documentation)''
 * pandoc ''(to convert Jupyter notebooks to pdf)''
 * dvipng ''(to render text with LaTeX in Matplotlib)''
 * default-jdk ''(to run the Jmol 3D viewer from the console and generate images for 3D plots in the documentation)''
 * ffmpeg ''(to produce animations)''
 * libavdevice-dev ''(to produce animations)''

Required packages to build SageMath on Ubuntu

http://loco.ubuntu.com/media/images/cof_orange_hex1.png

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
  • automake (should no longer be required after #26298 is merged)

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)

  • dvipng (to render text with LaTeX in Matplotlib)

  • default-jdk (to run the Jmol 3D viewer from the console and generate images for 3D plots in the documentation)

  • ffmpeg (to produce animations)

  • libavdevice-dev (to produce animations)

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

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