New INSTALL
Fixed path in imrc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@555
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
The Unix variants of wxWindows use GNU configure. If you have problems
with your make use GNU make instead.
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
-----------------------
* 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
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
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.
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.
--with-shared Create shared libraries.
--without-optimise Do not optimise the code.
-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:
Now the makefiles are created you can compile everything is as simple
as typing:
+SRC_DIR=`readbase src src`
SAMPLES_DIR=`readbase2 samples`
UTILS_DIR=`readbase2 utils`
USER_DIR=`readbase2 user`
SAMPLES_DIR=`readbase2 samples`
UTILS_DIR=`readbase2 utils`
USER_DIR=`readbase2 user`
# The file that contains palette entries for a global palette for all Imlib
# based programs.
# options: full path to palette file
# 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
# 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