Revision: bae315b045fb
Branch: default
Author:
mig...@gmail.com
Date: Tue Mar 17 23:16:55 2015 UTC
Log: Edited wiki page Compiling through web user interface.
https://code.google.com/p/sunrise/source/detail?r=bae315b045fb&repo=wiki
Modified:
/Compiling.wiki
=======================================
--- /Compiling.wiki Tue Mar 17 19:09:37 2015 UTC
+++ /Compiling.wiki Tue Mar 17 23:16:55 2015 UTC
@@ -119,7 +119,7 @@
export CPPFLAGS=-I$HOME/include (or wherever you need it to point to find
blitz; also use "-pthread" if you use it for blitz)
export CXXFLAGS="-O2 -pthread"
export LDFLAGS=-L$HOME/lib (or wherever)
-./configure --prefix=$HOME --with-boost=$HOME (if boost is in
$HOME/include and $HOME/lib)
+./configure --prefix=$HOME --with-boost-libdir=$HOME/lib/boost_1_48_0/
(if boost is in $HOME/include and $HOME/lib)
make
make install
}}}