Changes between Version 2 and Version 3 of PrepareLinuxBuildMachine


Ignore:
Timestamp:
May 14, 2007, 10:42:21 AM (17 years ago)
Author:
romw
Comment:

Updates

Legend:

Unmodified
Added
Removed
Modified
  • PrepareLinuxBuildMachine

    v2 v3  
    3333[root@localhost curl-7.16.2]# make install
    3434}}}
     35
     36== wxWidgets 2.8.0 ==
     37
     38{{{
     39[root@localhost wxGTK-2.8.0]# mkdir debug
     40[root@localhost wxGTK-2.8.0]# cd debug
     41[root@localhost wxGTK-2.8.0]# ../configure --enable-debug --enable-unicode --disable-shared
     42[root@localhost wxGTK-2.8.0]# make
     43[root@localhost wxGTK-2.8.0]# make install
     44[root@localhost wxGTK-2.8.0]# cd ..
     45[root@localhost wxGTK-2.8.0]# mkdir release
     46[root@localhost wxGTK-2.8.0]# cd release
     47[root@localhost wxGTK-2.8.0]# ../configure --enable-unicode --disable-shared
     48[root@localhost wxGTK-2.8.0]# make
     49[root@localhost wxGTK-2.8.0]# make install
     50}}}
     51