Skip to content

Commit

Permalink
kick the gcc shit, switch to clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed Mar 23, 2014
1 parent 9f13e30 commit f84a398
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ WAMP for C++
sudo apt-get install ruby libtool autoconf scons
./boostrap
./configure --prefix=$HOME/msgpack
make
make install



Building with clang:

sudo apt-get install clang-3.4 libc++1 libc++-dev

CXX=`which clang++` CC=`which clang` CXXFLAGS="-std=c++11 -stdlib=libc++" LDFLAGS="-stdlib=libc++" ./configure --prefix=$HOME/msgpack_clang



Expand Down

0 comments on commit f84a398

Please sign in to comment.