Processing Math: Done
jsMath
Differences between revisions 5 and 6
Revision 5 as of 2017-02-23 13:24:18
Size: 529
Editor: egourgoulhon
Comment:
Revision 6 as of 2017-07-13 21:11:13
Size: 591
Editor: egourgoulhon
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * texlive-generic-extra ''(to generate pdf documentation)''

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 16.04):

  • git
  • m4
  • gfortran-5
  • libssl-dev
  • python-pip

In addition, it is recommended to install

  • texlive
  • texlive-generic-extra (to generate pdf documentation)

  • ffmpeg
  • libavdevice-dev
  • pandoc (to convert Jupyter notebooks to pdf)

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

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