acidrainstudios / TrueReality

True Reality (TR) is an open source LGPL Game and Simulation Engine written entirely in Standard C++ and OpenGL. It runs on all Windows platforms and GNU/Linux. OpenSceneGraph is used as its graphics engine, along with many other open source projects for support of various features.
GNU Lesser General Public License v3.0
12 stars 7 forks source link

Add an "enable" script to TR #135

Open DieSlower opened 4 years ago

DieSlower commented 4 years ago

In Linux, some projects like git, devtoolset, etc etc have an "enable" script to let the user permanently enable the project in their bash script. TR should also have one