Changes between Version 3 and Version 4 of Installation/Debian
- Timestamp:
- 04/07/2011 11:19:14 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Debian
v3 v4 24 24 * libxext-dev 25 25 * libxpm-dev 26 * nedit (Debian 5 only) 26 27 27 28 Use a package manager of your choice or execute with root privileges: 28 29 {{{ 29 30 apt-get install make libmotif-dev libc6-dev tcsh xterm x11proto-core-dev x11proto-print-dev x11proto-xext-dev libxt-dev libx11-dev xutils-dev libxext-dev libxpm-dev 31 }}} 32 Additionally for Debian 5 (Lenny) only since xedit is not available: 33 {{{ 34 apt-get install nedit 30 35 }}} 31 36