read Blackboard data correctly from the SFC file, and construct a BlackboardPart...
[openc2e.git] / BUILDING
blob65b5725ed885e2c60e36117df546e7edc9665f09
1 * 'Just type make' build system
3 * if you add a CAOS function, you need to:
4  * add prototype to caosVM.h
5  * add implementation in a caosVM_category.cpp file
6  * make sure you add documentation before the implementation in the same format as everything else
7  * make sure it works, and add a %status done