Changes between Initial Version and Version 1 of DevelopmentTools/ColorGCC
- Timestamp:
- May 1, 2011, 8:20:07 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopmentTools/ColorGCC
v1 v1 1 The {{{colorgcc}}} perl script colorizes GCC output. This makes it easier to spot warnings and errors in long compiler outputs. 2 3 To install {{{colorgcc}}} in Haiku, execute the following commands in a shell: 4 {{{ 5 cd /boot/develop/abi/x86/gcc2/tools/current/bin 6 wget NOTYET 7 mv gcc gcc_real 8 mv g++ g++_real 9 ln -s colorgcc2.pl gcc 10 ln -s colorgcc2.pl g++ 11 12 cd /boot/develop/abi/x86/gcc4/tools/current/bin 13 wget NOTYET 14 mv gcc gcc_real 15 mv g++ g++_real 16 ln -s colorgcc4.pl gcc 17 ln -s colorgcc4.pl g++ 18 }}}