User:Timothee Flutre/Notebook/Postdoc/2012/11/27
From OpenWetWare
< User:Timothee Flutre | Notebook | Postdoc | 2012 | 11
Main project page Previous entry
| |
How to make a GNU package?
touch README INSTALL NEWS AUTHORS COPYING ChangeLog mkdir src build-aux doc test #lib
autoreconf --install ./configure #can be followed by --prefix=... or LDFLAGS=... make make check make install make distclean make dist
| |



