README.build
To build this source tree, you will need: - automake - GNU make - GCC tool chain Plus the following libraries: ncurses (for gfs2_edit) gettext bison flex zlib libblkid check (optional, enables the test suite) To build gfs2-utils, run the following commands: ./autogen.sh ./configure make To run the test suite: make check To install gfs2-utils, run: make install See also doc/README.contributing for details on submitting patches.