Code::blocks on /opt/netapps: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The latest version of code::blocks has been made available on all LWP's. To use it add the following to your .bashrc file: export PATH=/opt/netapps/codeblocks/trunk/bin/:$PA...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Software-faq]] | |||
The latest version of code::blocks has been made available on all LWP's. | The latest version of code::blocks has been made available on all LWP's. | ||
Latest revision as of 10:26, 8 November 2019
The latest version of code::blocks has been made available on all LWP's.
To use it add the following to your .bashrc file:
export PATH=/opt/netapps/codeblocks/trunk/bin/:$PATH
The original version is on the system too, but by adding the above line to your .bashrc, the new version will be found first on your PATH.