User:Timothee Flutre/Notebook/Postdoc/2012/11/27
From OpenWetWare
(Difference between revisions)
(Autocreate 2012/11/27 Entry for User:Timothee_Flutre/Notebook/Postdoc) |
(→Entry title: first version) |
||
| Line 6: | Line 6: | ||
| colspan="2"| | | colspan="2"| | ||
<!-- ##### DO NOT edit above this line unless you know what you are doing. ##### --> | <!-- ##### DO NOT edit above this line unless you know what you are doing. ##### --> | ||
| - | == | + | ==How to make a GNU package?== |
| - | + | ||
| + | * find a name for the package | ||
| + | |||
| + | * make the structure of the project directory ([http://www.sourceware.org/autobook/autobook/autobook_46.html ref]) | ||
| + | touch README INSTALL | ||
| + | mkdir src doc test lib config | ||
| + | |||
| + | * populate the <nowiki>src/</nowiki> directory with your code, e.g. one <nowiki>.cpp</nowiki> file | ||
| + | |||
| + | * use Autotools ([http://www.lrde.epita.fr/~adl/autotools.html ref]) | ||
<!-- ##### DO NOT edit below this line unless you know what you are doing. ##### --> | <!-- ##### DO NOT edit below this line unless you know what you are doing. ##### --> | ||
Revision as of 16:42, 27 November 2012
Main project page Previous entry
| |
How to make a GNU package?
touch README INSTALL mkdir src doc test lib config
| |



