Skip to content

vadmium/rarfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To do a simple build, use these commands:

# Generates configure script and Makefile.in files; copy ltmain.sh
autoreconf --verbose --install

./configure
make
make install

To generate a release tarball, run

fakeroot make distcheck