Created
December 19, 2013 19:10
-
-
Save springmeyer/8044511 to your computer and use it in GitHub Desktop.
boostrap clang based compile on ubuntu precise
This file contains hidden or 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
git clone https://github.com/mapnik/mapnik-packaging.git | |
cd mapnik-packaging | |
export CXX11=true | |
export CXX="clang++" | |
export CC="clang" | |
wget http://llvm.org/releases/3.3/clang+llvm-3.3-amd64-Ubuntu-12.04.2.tar.gz | |
tar xf clang+llvm-3.3-amd64-Ubuntu-12.04.2.tar.gz | |
mv clang+llvm-3.3-amd64-Ubuntu-12.04.2 /home/ubuntu/clang-3.3 | |
export PATH=/home/ubuntu/clang-3.3/bin:$PATH | |
export LD_LIBRARY_PATH=/home/ubuntu/clang-3.3/lib | |
source build.sh | |
build_osrm_for_linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment