Fixes, typos etc...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,8 +12,8 @@ and drink 10 coffees. Then you may log in as root and type
|
||||
make install
|
||||
|
||||
You can leave out the --without-threads option if you have a NEW
|
||||
Linux distribution based on glibc (e.g. RedHat 5.1) or any other
|
||||
Unix that comes with Posix threads or SGI threads.
|
||||
Linux distribution based on glibc (e.g. RedHat 5.1 or Debian 2.0)
|
||||
or any other Unix that comes with Posix threads or SGI threads.
|
||||
|
||||
Now create your super-application myfoo.app and compile anywhere with
|
||||
|
||||
@@ -34,27 +34,13 @@ for newest information.
|
||||
* GUI libraries
|
||||
-----------------------
|
||||
|
||||
wxWindows requires a GUI toolkit to be installed. Does that make
|
||||
sense? So far only the GTK is supported, but we hope to provide
|
||||
the choice between GTK, Qt, Motif/Lesstif in the not so distant
|
||||
future.
|
||||
wxWindows/GTK requires the GTK+ library to be installed on your system.
|
||||
It has to be a stable version, preferebly version 1.0.6.
|
||||
|
||||
You can get the newest version of the GTK from the GTK homepage
|
||||
You can get the newest version of the GTK+ from the GTK homepage
|
||||
at
|
||||
http://www.gtk.org
|
||||
|
||||
The newest versin of Qt can be downloaded for free from the Trolltec's
|
||||
site at
|
||||
http://www.troll.no
|
||||
|
||||
Lesstif can be downloaded from their site
|
||||
at
|
||||
http://www.lesstif.org
|
||||
|
||||
If you want to develop using Motif, you need to buy it, unless it comes
|
||||
with your operating system such as all commercial Unices, as well as
|
||||
RedHat's, SuSe's and probably other's Linux Motif editions.
|
||||
|
||||
* Additional libraries
|
||||
-----------------------
|
||||
|
||||
@@ -81,26 +67,6 @@ Thread support:
|
||||
On SGI Irix we first look for sprocs, then pthreads and
|
||||
use the last one found.
|
||||
|
||||
Python scripting language support:
|
||||
|
||||
Requires Python. Soon to come.
|
||||
|
||||
* Other things to do
|
||||
-----------------------------
|
||||
|
||||
wxGTK and wxMotif/wxLesstif require the built-in
|
||||
ImLib/GdkImlib to be configured. For that purpose
|
||||
copy the two files from /misc/imlib to your
|
||||
home directory and rename "imrc" -> ".imrc".
|
||||
You may also edit imrc by hand as you like.
|
||||
The palette file is required when using
|
||||
wxWindows in 256-colour mode.
|
||||
|
||||
If you want to use wxWindows's ODBC support, you'll have
|
||||
to create a .odbc.ini file. The readme file in
|
||||
~/src/iodbc tells you what to do.
|
||||
|
||||
|
||||
* Create your configuration
|
||||
-----------------------------
|
||||
|
||||
@@ -212,10 +178,9 @@ a few warning messages.
|
||||
if you want to be more selective:
|
||||
|
||||
make src will build only the base libraries
|
||||
make utils will build the utils
|
||||
make samples will build the samples
|
||||
make other will build the other samples
|
||||
make user will build the files in the directory other
|
||||
make other will build everything in other
|
||||
make user will build everything in user
|
||||
|
||||
Then you may install the library and it's header files under
|
||||
/usr/local/include/wx and /usr/local/lib respectively. You
|
||||
|
36
docs/gtk/readme.txt
Normal file
36
docs/gtk/readme.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
Welcome to wxWindows/Gtk,
|
||||
|
||||
you have downloaded version 1.96 of the GTK+ port of C++ library
|
||||
wxWindows. Information on how to install can be found in the
|
||||
file install.txt, but if you cannot wait, this should work on
|
||||
all systems
|
||||
|
||||
configure --without-threads
|
||||
make
|
||||
su (PASSWORD)
|
||||
make install
|
||||
|
||||
wxWindows/Gtk is still in development and you can have a look
|
||||
at the todo.txt to see what's missing before an official beta
|
||||
and - more important - before we can aim at binary compatibility.
|
||||
|
||||
More information is available from my homepage at
|
||||
|
||||
http://wesley.informatik.uni-freiburg.de/~wxxt
|
||||
|
||||
Please send problems concerning installation, feature requests,
|
||||
bug reports or comments to either the wxGTK mailing list or to
|
||||
the wxWindows developers list. Information on how to subscribe
|
||||
is available from my homepage.
|
||||
|
||||
wxWindows/Gtk comes with no guarantee whatsoever. It might crash
|
||||
your harddisk or destroy your monitor. It doesn't claim to be
|
||||
suitable for any special purpose.
|
||||
|
||||
Regards,
|
||||
|
||||
Robert Roebling
|
||||
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
-------------------- High priority ---------------------
|
||||
|
||||
wxTreeCtrl
|
||||
-> Keyboard handling, icon support and new API.
|
||||
-> Keyboard handling, icon support.
|
||||
|
||||
wxListCtrl
|
||||
-> Icon support in list mode.
|
||||
@@ -20,13 +20,19 @@ Implement wxRadioBox layout
|
||||
-> I'm so lazy.
|
||||
|
||||
Fix printing of bitmaps
|
||||
-> No idea. Postponed.
|
||||
-> No idea.
|
||||
|
||||
Add support SetForegroundColour in GTK widgets
|
||||
-> On the way.
|
||||
|
||||
|
||||
wxBitmapCheckBox
|
||||
-> Interface same as checkbox?
|
||||
|
||||
-------------------- Low priority ---------------------
|
||||
|
||||
wxDebugContext <-> wxLogXXX functions
|
||||
-> Remove either
|
||||
|
||||
Implement wxPalette
|
||||
-> I never understood that. Postponed.
|
||||
|
||||
@@ -39,3 +45,6 @@ Show accelerator in menus
|
||||
Correct tab navigation
|
||||
-> seems to be broken in GTK. Postponed.
|
||||
|
||||
Cooperation with Qt
|
||||
|
||||
|
Reference in New Issue
Block a user