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