Added distribution script
Corrected wxGTK.spec Applied socket patch Small updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,6 +8,18 @@ like to read install instructions just do (in the base dir):
|
||||
make
|
||||
make install
|
||||
|
||||
* The most simple errors
|
||||
------------------------
|
||||
|
||||
configure reports, that you don't have GTK 1.0.X installed
|
||||
although you are certainly sure you have. Well, you have
|
||||
installed it, but you also have another version of the
|
||||
GTK installed, which you may need to removed including
|
||||
other versions of glib (and its headers).
|
||||
|
||||
* The most simple program
|
||||
-------------------------
|
||||
|
||||
Now create your super-application myfoo.app and compile anywhere
|
||||
with
|
||||
|
||||
@@ -79,7 +91,7 @@ make install
|
||||
NB: I included thread support in wxWindows/Gtk, as this
|
||||
problem will disappear in the near future when all major
|
||||
Linux Variants have moved to glibc 2. Also, the Linux
|
||||
Base Standard will include glibc 2 and Posic threads.
|
||||
Base Standard will include glibc 2 and Posix threads.
|
||||
|
||||
* Create your configuration
|
||||
-----------------------------
|
||||
|
@@ -1,6 +1,6 @@
|
||||
|
||||
Welcome to wxWindows/Gtk 2.01,
|
||||
|
||||
Welcome to wxWindows/Gtk 2.01 (beta 3),
|
||||
|
||||
you have downloaded version 2.01 of the GTK+ 1.0 port of
|
||||
the wxWindows GUI library.
|
||||
|
||||
|
Reference in New Issue
Block a user