You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jason Harvey edited this page Feb 19, 2021
·
1 revision
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: