General |
Contents
|
|
Releasing software in
|
When you have updated sources in petsoftware/source folder, follow these instructions to
update ProgramsUNIX
Windows
When you have finished you should have:
|
|
Using make-utility in TPC software development |
GeneralAfter the required environment variables has been set, as instructed in
Software development in TUCH network, user can
apply the special make targets for TPC software. Naming of the make targets
loosely follow the GNU naming policy for make targets.
Library MakefileMain targets in a TPC library Makefile:
Program MakefileMain targets in a TPC program Makefile:
UsageTo overwrite possibleINCLUDE and LDFLAGS settings in the Makefile
use option -e for compiling, e.g.make -e or make -e compile to compile,make -e install to install, make -e archive to archive etc. |
|
Updating TPC C-libraries |
ResponsibilitiesLibrary guardiansKaisa Liukko: libtpccurveio, libtpcmodel, libtpcroi
|