import kpasman 0.1 sources

This commit is contained in:
tengel 2024-03-20 09:22:23 -05:00
parent c8ae81dfef
commit 8da6bf0752
110 changed files with 27300 additions and 0 deletions

17
rc2-1.1.0/INSTALL Normal file
View file

@ -0,0 +1,17 @@
Configuration:
Edit the Makefile. Change anything that needs changing. It's all
self-explanatory.
Compilation and installation is super-simple. Just type one of the following:
make all - if you want the library and example compiled and installed
make librc2 - if you just want the library compiled
make i_librc2 - if you just want the library compiled and the library and
include file installed
make rc2 - if you just want the example program compiled
make i_rc2 - if you just want the example program made and installed
---------------
Matthew Palmer
<mjp16@uow.edu.au>