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:
Robert Roebling
1999-01-29 12:54:50 +00:00
parent 2165ad93a2
commit 2a29700ecf
6 changed files with 684 additions and 11 deletions

View File

@@ -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
-----------------------------

View File

@@ -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.