[wpdev-commits] xmlscripts/documentation/webroot FAQ.html,1.8,1.9
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-19 04:32:46
|
Update of /cvsroot/wpdev/xmlscripts/documentation/webroot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16103/webroot Modified Files: FAQ.html Log Message: Updates Index: FAQ.html =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/documentation/webroot/FAQ.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** FAQ.html 2 Aug 2004 16:28:37 -0000 1.8 --- FAQ.html 19 Aug 2004 04:32:37 -0000 1.9 *************** *** 177,185 **** tar xvfj wolfpack.tar.bz2 -C ./<br /> cd wolfpack_source_dir/<br /> ! chmod +x configure<br /> ! ./configure --help<br /> # Please read the options and use those that apply to you.<br /> ! # Running configure should auto detect most options. <br /> ! ./configure --enable-debug --enable-mysql<br /> # At this point you can edit Makefile and add optional CFLAGS<br /> # I personally add -march=athlon -03<br /> --- 177,185 ---- tar xvfj wolfpack.tar.bz2 -C ./<br /> cd wolfpack_source_dir/<br /> ! chmod +x configure.py<br /> ! ./configure.py --help<br /> # Please read the options and use those that apply to you.<br /> ! # Running configure.py should auto detect most options. <br /> ! ./configure.py --enable-debug --enable-mysql<br /> # At this point you can edit Makefile and add optional CFLAGS<br /> # I personally add -march=athlon -03<br /> *************** *** 197,205 **** tar xvfj wolfpack.tar.bz2 -C ./<br /> cd wolfpack_source_dir/<br /> ! chmod +x configure<br /> ! ./configure --help<br /> # Please read the options and use those that apply to you.<br /> ! # Running configure should auto detect most options. <br /> ! ./configure --enable-debug --enable-mysql<br /> # At this point you can edit Makefile and add optional CFLAGS<br /> # I, Dreoth, personally add -march=athlon -03<br /> --- 197,205 ---- tar xvfj wolfpack.tar.bz2 -C ./<br /> cd wolfpack_source_dir/<br /> ! chmod +x configure.py<br /> ! ./configure.py --help<br /> # Please read the options and use those that apply to you.<br /> ! # Running configure.py should auto detect most options. <br /> ! ./configure.py --enable-debug --enable-mysql<br /> # At this point you can edit Makefile and add optional CFLAGS<br /> # I, Dreoth, personally add -march=athlon -03<br /> *************** *** 245,249 **** `--enable-unicode=ucs2 --enable-shared` to the ./configure arguments. After this you can install this Python-2.3 to your /usr/local/ directory or anywhere else. Please be sure to put this new python path ! in the Wolfpack configure arguments!<br /> <br /> Python Fix / Compiling Instructions:<br /> --- 245,249 ---- `--enable-unicode=ucs2 --enable-shared` to the ./configure arguments. After this you can install this Python-2.3 to your /usr/local/ directory or anywhere else. Please be sure to put this new python path ! in the Wolfpack configure.py arguments!<br /> <br /> Python Fix / Compiling Instructions:<br /> |