]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed my own Makefile bug
authorRobert Roebling <robert@roebling.de>
Sat, 15 Aug 1998 18:58:26 +0000 (18:58 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 15 Aug 1998 18:58:26 +0000 (18:58 +0000)
  New INSTALL
  Fixed path in imrc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

install/unix/INSTALL
install/unix/setup/general/createall
misc/imlib/imrc

index 2f483ce549b8245070be4be11db7b6c69c550205..8a12af6b4a8c8dbcb5a3445f939e8f23b08e9cfb 100644 (file)
@@ -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:
index 9968162e6263891bc3fdaa490cae53e876966dec..6e4446da1d1693a69206d46953fb1f6ae1faa8d7 100755 (executable)
@@ -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`
index d091e056a6a4bf17787aa6934f14573d4432fcef..5849d45bb7e791861700042ae9de6f979d4ae5f3 100644 (file)
@@ -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