Changes between Version 4 and Version 5 of Installation
- Timestamp:
- 09/29/09 09:10:41 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v4 v5 29 29 1. Install graphviz 30 30 1. Install wxWidgets 2.8 31 * Ubuntu 9.04 (Jaunty) {{{32 # easy way: ubuntu 9.04 (Jaunty) 31 * Ubuntu 9.04 (Jaunty) 32 {{{ 33 33 sudo aptitude install libwxgtk2.8-dev libglut-dev 34 34 # NB: not sure if the libglut-dev is really necessary 35 }}}35 }}} 36 36 * MacOS X (Leopard), either from source tarball ({{{--enable-unicode}}}) or via MacPorts 37 37 * Elsewhere: grab a source tarball from the wxWidgets site. Don't forget to {{{configure --enable-unicode}}}