Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/build/pkgs/_prereq/distros/freebsd.txt
4086 views
1
# This file, build/pkgs/_prereq/distros/freebsd.txt, contains names of
2
# FreeBSD packages needed for installation of Sage from source.
3
#
4
# In addition, the files build/pkgs/SPKG/distros/freebsd.txt contain the
5
# names of packages that provide the equivalent of SPKG.
6
#
7
# An easier way, if the ports tree has been installed on your machine is:
8
# $ cd /usr/ports/math/sage
9
# $ sudo make install-missing-packages
10
#
11
# One package per line. No need to escape special characters.
12
# Everything on a line after a # character is ignored.
13
#
14
gmake
15
automake
16
bash
17
dash
18
python # python metaport for bootstrapping the build
19
patch
20
bzip2
21
patch
22
devel/pkgconf
23
zlib
24
25