8000 GitHub - DaveDavenport/out2html: Converts program output to HTML (colorized)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DaveDavenport/out2html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Building:

autoreconf -i
mkdir build
cd build
../configure
make

== Installing

make install

=== Install specific path

  ../configure --prefix={your prefix}


== Creating release file

make dist
0