| 9 | | * If you have upgraded to **natty**(11.04) from mavrick(10.10), you will need to reinstall WX. |
| | 9 | === If you have upgraded to **natty**(11.04) from mavrick(10.10), |
| | 10 | * to install the wx library files you can |
| | 11 | {{{#!sh |
| | 12 | $sudo apt-get install libwxbase2.8-0 libwxgtk2.8-0 libwxbase2.8-dev libwxgtk2.8-dev |
| | 13 | }}} |
| | 14 | * you can check the library files are installed with |
| | 15 | {{{#!sh |
| | 16 | $ dpkg -l |grep -i libwx |awk '{ print $2 }' |
| | 17 | libwxbase2.8-0 |
| | 18 | libwxbase2.8-dev |
| | 19 | libwxgtk2.8-0 |
| | 20 | libwxgtk2.8-dev |
| | 21 | }}} |
| | 22 | * you will need to reinstall WX. |