This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/doc/en/installation/{debian|fedora}[-optional].txt
- Loading branch information
Matthias Koeppe
committed
Jan 25, 2020
1 parent
a472a9a
commit 1a31b40
Showing
4 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
$ sudo apt-get install cmake libterm-readline-gnu-perl ninja-build \ | ||
librw-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
$ sudo apt-get install binutils pixz gcc g++ gfortran make m4 perl tar \ | ||
git patch openssl libssl-dev libz-dev bc libbz2-dev liblzma-dev libgmp-dev \ | ||
libffi-dev libgf2x-dev libcurl4-openssl-dev libzmq3-dev curl yasm \ | ||
pkg-config libntl-dev libmpfr-dev libmpc-dev libflint-dev \ | ||
libpcre3-dev libgd-dev libflint-dev libflint-arb-dev \ | ||
libsymmetrica2-dev gmp-ecm libecm-dev libisl-dev libgivaro-dev \ | ||
libpari-dev pari-gp2c libec-dev liblrcalc-dev \ | ||
libm4ri-dev libm4rie-dev liblfunction-dev lcalc \ | ||
libopenblas-dev r-base-dev libgsl-dev libcliquer-dev cliquer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
$ sudo yum install cmake perl-Term-ReadLine-Gnu ninja-build rw-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
$ sudo yum install binutils xz gcc gcc-c++ gcc-gfortran make m4 perl \ | ||
tar git patch perl-ExtUtils-MakeMaker openssl openssl-devel zlib-devel \ | ||
bzip2 bzip2-devel xz-devel gmp gmp-devel libcurl-devel curl yasm \ | ||
pkg-config ntl-devel mpfr-devel libmpc-devel libsymmetrica-devel \ | ||
eclib-devel gmp-ecm-devel lrcalc-devel isl-devel givaro-devel \ | ||
pari-devel pari-elldata pari-seadata pari-galdata pari-galpol \ | ||
m4ri-devel m4rie-devel L-function-devel \ | ||
openblas openblas-devel R R-devel gsl gsl-devel cliquer cliquer-devel |