code taken from stackoverflow
This is autotools minimal template for a c program using gcc compiler.
Instructions:
$ autoreconf --install
$ ./autogen.sh
$ ./configure --prefix=`pwd`/out
$ make
$ make install
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
code taken from stackoverflow
This is autotools minimal template for a c program using gcc compiler.
Instructions:
$ autoreconf --install
$ ./autogen.sh
$ ./configure --prefix=`pwd`/out
$ make
$ make install