certi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-dev] CERTI now uses libRTI-NG and libFedTime


From: Gotthard, Petr
Subject: [certi-dev] CERTI now uses libRTI-NG and libFedTime
Date: Tue, 25 Nov 2008 18:51:29 +0100

To users of the latest development version of CERTI (from CVS HEAD):
 
Hello,
 
The CERTI now builds the DMSO HLA libraries libRTI-NG and libFedTime. This should provide a better compatibility with other DMSO compliant RTI products.
You may need to slightly modify your federates to link with latest CERTI.
 
(0) If your federate uses FindRTI.cmake, i.e. FIND_PACKAGE(RTI) in your CMakeFiles.txt:
No change is needed.
 
(1) If your federate uses FindCERTI.cmake, i.e. FIND_PACKAGE(CERTI):
Use FindRTI.cmake instead. ;-)
In your CMakeFiles.txt, please replace FIND_PACKAGE(CERTI) by FIND_PACKAGE(RTI) and all CERTI_ variables by equivalent RTI_ variables.
 
(2) If you use autoconf, or a hand-made Makefile:
With previous CERTI versions, you had to link against libRTI, libCERTI and libxml.
 
Now, when building your federate, you only need to link against libRTI-NG and libFedTime,
e.g. gcc federate.cc -lRTI-NG -lFedTime
 
 
If you have any problems or questions, please let us know.
 
Best Regards,
Petr
 
Complete discussion about this issue is stored in
https://savannah.nongnu.org/bugs/?22881
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]