Table of Contents
Convert existing code to the RPSL/autotools build system.
It is easy with RPSL to package existing code into an autotools tree.
STEP 1.
-------
Start a new library or executable module tree with rpslNewLibTree or
rpslNewExecTree.
STEP 2.
-------
Copy the existing code files to the libname/libname directory (library)
or the execname/src directory (executable).
STEP 3.
-------
Check to make sure that the c++ source has the supported extensions for the
RPSL file scanner.
STEP 4.
-------
Edit rpslParams if there are any dependencies.
STEP 5.
-------
Run rpslSyncBuild, runConfigure, and make install.
top
Table of Contents
William Snyder
Last modified: Sat May 14 01:53:22 EDT 2005