From: Robert Roebling Date: Sat, 15 Aug 1998 18:58:26 +0000 (+0000) Subject: Fixed my own Makefile bug X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cd53f341188bcaa64f41f0f70aad995966bd1b5f Fixed my own Makefile bug New INSTALL Fixed path in imrc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/install/unix/INSTALL b/install/unix/INSTALL index 2f483ce549..8a12af6b4a 100644 --- a/install/unix/INSTALL +++ b/install/unix/INSTALL @@ -4,6 +4,12 @@ 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 ----------------------- @@ -64,8 +70,9 @@ Python scripting language support: 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 @@ -120,6 +127,8 @@ running configure with either of 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. @@ -163,7 +172,7 @@ Dependencies are generated automatically using 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: diff --git a/install/unix/setup/general/createall b/install/unix/setup/general/createall index 9968162e62..6e4446da1d 100755 --- a/install/unix/setup/general/createall +++ b/install/unix/setup/general/createall @@ -45,7 +45,7 @@ if test "x$OS" = x; then exit 1 fi -SRC_DIR=`readbase src` +SRC_DIR=`readbase src src` SAMPLES_DIR=`readbase2 samples` UTILS_DIR=`readbase2 utils` USER_DIR=`readbase2 user` diff --git a/misc/imlib/imrc b/misc/imlib/imrc index d091e056a6..5849d45bb7 100644 --- a/misc/imlib/imrc +++ b/misc/imlib/imrc @@ -5,7 +5,7 @@ # 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