Skip to content

popen2/nilfs2-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* How to compile

 $ ./configure
 $ make

* How to get development sources

 $ cd your-work-directory
 $ git clone http://git.nilfs.org/nilfs2-utils.git

Before compiling the development sources, you need to run
autoconf/automake tools.  This is not required for packaged sources
unless you changed the configuration.
 
 $ cd nilfs2-utils
 $ aclocal && autoheader && libtoolize -c --force && automake -a -c && autoconf