This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
kpasman/rc2-1.1.0/INSTALL
2014-11-26 08:33:20 -06:00

17 lines
579 B
Text

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>