Intro_Course_5_3 - nasa/gunns GitHub Wiki

Intro Course 5.3: Building the Trick Sim

You build a Trick sim with GUNNS in it the same way you build any Trick sim: with the CP command. Remember that the gunns/ repo and the project repo containing your network classes need to be included in the Trick build environment (TRICK_CFLAGS, etc).

$ trick-CP

Whenever you add, remove or rename a GUNNS network, or when you add, remove or rename any objects in a network, you’ll need to do a make clean or make spotless before you CP:

$ make clean; trick-CP

Whenever you’re just changing a link’s shape data, you can skip the make clean or spotless and just do a make to save time:

$ make

Previous Page / Next Page

⚠️ **GitHub.com Fallback** ⚠️