| | 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 | |