Skip to content
Snippets Groups Projects
Commit 7bfa0336 authored by Carlo Camilloni's avatar Carlo Camilloni
Browse files

almost: faster download and hopefully working configure

[almost]
parent 25e57043
No related branches found
No related tags found
No related merge requests found
......@@ -3,12 +3,13 @@
set -e
set -x
svn checkout svn://svn.code.sf.net/p/almost/code/ almost-code
svn checkout svn://svn.code.sf.net/p/almost/code/branches/almost-2.1 almost-2.1
cd almost-code/branches/almost-2.1
cd almost-2.1
autoreconf -fi
./configure --prefix=/usr/local CFLAGS="-fPIC" CXXFLAGS="-fPIC"
make -j2
sudo make install
cd ../../../
cd ../
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment