Revision: 892b13acc869
Branch: default
Author:
CCHa...@gmail.com
Date: Mon Dec 8 23:05:17 2014 UTC
Log: Edited wiki page Compiling through web user interface.
https://code.google.com/p/sunrise/source/detail?r=892b13acc869&repo=wiki
Modified:
/Compiling.wiki
=======================================
--- /Compiling.wiki Mon Dec 8 22:08:45 2014 UTC
+++ /Compiling.wiki Mon Dec 8 23:05:17 2014 UTC
@@ -145,7 +145,7 @@
export CPPFLAGS="-I$HOME/include -I$HOME/include/libPJutil" (yes, you need
to separately specify the libPJutil directory, sorry)
export CXXFLAGS="-ggdb -O3"
export LDFLAGS="-L$HOME/lib"
-export CXX=g++
+export CXX=icpc
./configure --prefix=$HOME --with-boost=$HOME (optionally:
--with-boost-thread=mt --with-boost-program-options=mt)
}}}