Issue199

Title Add configure script and makefile
Priority planned feature Status unread
Superseder Nosy List reinhard
Assigned To Topics gnue-appserver, gnue-common, gnue-designer, gnue-forms, gnue-navigator, gnue-reports

Created on 2010-02-09.10:25:30 by reinhard, last changed 2010-02-09.10:26:01 by reinhard.

Messages
msg471 (view) Author: reinhard Date: 2010-02-09.10:25:30
GNU standards require that every GNU project can be built with "./configure;
make" and installed with "make install". We could create a makefile which calls
"setup.py" with the necessary parameters.
History
Date User Action Args
2010-02-09 10:26:01reinhardsettopic: + gnue-appserver, gnue-common, gnue-forms, gnue-designer, gnue-navigator, gnue-reports
2010-02-09 10:25:30reinhardcreate