The Unix variants of wxWindows use GNU configure. If you have problems
with your make use GNU make instead.
+Read my homepage at
+
+ http://www.freiburg.linux.de/~wxxt
+
+for newest information.
+
* GUI libraries
-----------------------
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. You may also edit imrc by hand as
-you like. The palette file is required when using
+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
The following options handle the kind of library you want to build.
+ --without-threads Compile without thread support.
+
--with-shared Create shared libraries.
--without-optimise Do not optimise the code.
make depend
-for some reason, this doesn't seem to work.
+(For some reason, this doesn't seem to work completely.)
Now the makefiles are created you can compile everything is as simple
as typing:
# The file that contains palette entries for a global palette for all Imlib
# based programs.
# options: full path to palette file
-PaletteFile ~/im_palette.pal
+PaletteFile /etc/im_palette.pal
# This defines if when the display is greater than 8 bit, that it still remaps
# the images to the palette defined, rather than using "perfect" rendering
# options: yes/no