command
module
Version:
v0.0.0-...-6d256d0
Opens a new window with list of versions in this module.
Published: May 22, 2014
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
crror
Colorize error messages from various compilers
How to install
-
install golang
Ubuntu:
$ sudo apt-get install golang
-
clone
$ git clone https://github.com/bearmini/crror.git ~/crror
-
setup $PATH and $GOPATH
$ export PATH=$PATH:~/crror
$ export GOPATH=~/golang
you may need to have the above 2 export lines in your .bashrc
How to use
feed output from a compiler/linker commands
$ crror make
or
$ crror gcc test.c
feed compiler/linker output from a log file
$ make 2>&1 > build.log
$ crror build.log
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.