Changes between Initial Version and Version 1 of DevelopmentTools/ColorGCC


Ignore:
Timestamp:
May 1, 2011, 8:20:07 PM (13 years ago)
Author:
brecht
Comment:

basic setup instructions (1)

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentTools/ColorGCC

    v1 v1  
     1The {{{colorgcc}}} perl script colorizes GCC output. This makes it easier to spot warnings and errors in long compiler outputs.
     2
     3To install {{{colorgcc}}} in Haiku, execute the following commands in a shell:
     4{{{
     5cd /boot/develop/abi/x86/gcc2/tools/current/bin
     6wget NOTYET
     7mv gcc gcc_real
     8mv g++ g++_real
     9ln -s colorgcc2.pl gcc
     10ln -s colorgcc2.pl g++
     11
     12cd /boot/develop/abi/x86/gcc4/tools/current/bin
     13wget NOTYET
     14mv gcc gcc_real
     15mv g++ g++_real
     16ln -s colorgcc4.pl gcc
     17ln -s colorgcc4.pl g++
     18}}}