We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d8689 commit f05baa6Copy full SHA for f05baa6
1 file changed
bin/install_latest_flint_ubuntu.sh
@@ -6,7 +6,10 @@ source bin/build_variables.sh
6
7
sudo apt-get update
8
sudo apt-get install libgmp-dev libmpfr-dev xz-utils ninja-build
9
+
10
curl -O -L https://github.com/flintlib/flint/releases/download/v$FLINTVER/flint-$FLINTVER.tar.gz
-tar xf flint-$FLINTVER.tar.gz
11
tar -xzf flint-$FLINTVER.tar.gz
12
cd flint-$FLINTVER && ./configure --disable-static && make -j$(expr $(nproc) + 1) && sudo make install
13
14
+ls -l /usr/local/lib
15
+sudo ldconfig /usr/local/lib
0 commit comments