Previous: , Up: Contributing to Gnulib   [Contents][Index]


1.4.3 How to add a new module

You can test that a module builds correctly with:

$ ./gnulib-tool --create-testdir --dir=/tmp/testdir module1 ... moduleN
$ cd /tmp/testdir
$ ./configure && make

Other things:


Previous: Indent with spaces not TABs, Up: Contributing to Gnulib   [Contents][Index]