Revision: 322
http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=322&view=rev
Author: pstieber
Date: 2008-03-16 14:22:31 -0700 (Sun, 16 Mar 2008)
Log Message:
-----------
Added wxWidgets build details for Linux.
Modified Paths:
--------------
trunk/jazz/LinuxInstall.txt
Modified: trunk/jazz/LinuxInstall.txt
===================================================================
--- trunk/jazz/LinuxInstall.txt 2008-03-16 21:14:57 UTC (rev 321)
+++ trunk/jazz/LinuxInstall.txt 2008-03-16 21:22:31 UTC (rev 322)
@@ -1,8 +1,28 @@
Quick and dirty installation instructions.
Linux
------
+=====
+wxWidgets
+---------
+
+wxWidgets 2.8.7 or greater is required for Jazz++. Use the following configure
+options when building wxWidgets...
+
+--disable-no_exceptions
+--disable-no_rtti
+--disable-shared
+--disable-compat26
+--disable-unicode
+--with-regex=builtin
+--enable-std_iostreams
+--enable-std_string
+--enable-stl
+--with-gtk
+
+Jazz++
+------
+
Run the following from this directory.
$ ./bootstrap
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|