Home | History | Annotate | Download | only in genext2fs
      1 If you're using CVS, you will have to first run:
      2 
      3 ./autogen.sh
      4 
      5 To install, just do it the normal GNU way:
      6 
      7 ./configure
      8 make
      9 make install
     10 
     11 To run the regression tests:
     12 
     13 make check
     14