Distrib things

Corrected wxPrivateDataObject a little
  Corrected wxRadioButton
  Corrected wrong defines of wxRadioBox styles


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-07-25 17:11:17 +00:00
parent 41bf0eb335
commit 0544bc0aab
12 changed files with 114 additions and 33 deletions

View File

@@ -6,7 +6,7 @@
* The most simple case
-----------------------
If you compile wxWindows on Unix for the first time and don't like to read
If you compile wxWindows on Linux for the first time and don't like to read
install instructions just do (in the base dir):
./configure
@@ -16,6 +16,17 @@ make install
ldconfig
exit
On all other Unices (maybe except *BSD), shared libraries are not supported
out of the box due to the utter stupidity of libtool, so you'll have to do
this instead:
./configure --enable-static --disable-shared
make
su <type root password>
make install
ldconfig
exit
If you want to remove wxWindows on Unix you can do this:
su <type root password>