Changes between Version 1 and Version 2 of FEPSimulatorInstallation


Ignore:
Timestamp:
10/14/2017 10:20:38 AM (9 years ago)
Author:
jdalbey
Comment:

add note about C++ plugin

Legend:

Unmodified
Added
Removed
Modified
  • FEPSimulatorInstallation

    v1 v2  
    4040 
    4141== Note to Developers == 
     42 * Be sure to install the C++ plugin to !NetBeans in order to open the FEPSimulator Project. 
    4243If you are working on the FEPSimulator code, it is dependent on the tinyxml static library to parse the message sent from the ATMSDriver. \\ 
    4344The library files are included in the repo @ FEPSimulator/tinyxml \\ 
     
    4546Also included in the tinyxml/ folder is a static library file for osx operating systems, a file named "libosxtinyxml.a" \\ 
    4647If 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. \\ 
     48To link the correct library file for your os, in Netbeans, [[BR]] 
     49right click your project > Properties > Linker > Libraries > Add Library File... > Select the appropriate static library file. \\