Changes between Version 1 and Version 2 of FEPSimulatorInstallation
- Timestamp:
- 10/14/2017 10:20:38 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FEPSimulatorInstallation
v1 v2 40 40 41 41 == Note to Developers == 42 * Be sure to install the C++ plugin to !NetBeans in order to open the FEPSimulator Project. 42 43 If you are working on the FEPSimulator code, it is dependent on the tinyxml static library to parse the message sent from the ATMSDriver. \\ 43 44 The library files are included in the repo @ FEPSimulator/tinyxml \\ … … 45 46 Also included in the tinyxml/ folder is a static library file for osx operating systems, a file named "libosxtinyxml.a" \\ 46 47 If you are on another operating system, create a new Netbeans Static C++ library application, add the tinyxml files located in FEPSimulator/tinyxml/ and run to create the static library for your operating system. \\ 47 To link the correct library file for your os, in Netbeans, right click your project > Properties > Linker > Libraries > Add Library File... > Select the appropriate static library file. \\ 48 To link the correct library file for your os, in Netbeans, [[BR]] 49 right click your project > Properties > Linker > Libraries > Add Library File... > Select the appropriate static library file. \\
