Hey guys,
I have done some small changes in the FG c++ source code (just in the file FGWinds.cpp) and have still installed FG on my Linux computer. Now I want built a new FG version with the modified code. How can I do this without compiling each file again. This would last maybe 10/15 minutes (I have tested it) and that method is not a good idea to check if small changes in the code work. My Folder structure is the following:
Source code at /localdata/giersch/src/flightgear.git/*
Flightgear version 1 at /localdata/giersch/FG-3.6-v1/*
$FG_ROOT at /localdata/giersch/FG-3.6-v1/fgdata
Thank you very much in advance for an answer.