Re: [Flightgear-users] problem in installing flightgear

2016-04-13 Thread Alex D-HUND
Hi, seems it's picking up an already installed libsimgear. Try "apt-get remove libsimgear-dev". If that does not help, follow the instructions given by your output. Like: cmake -D SIMGEAR_DIR=/some/path/lib/. Am Wed, 13 Apr 2016 00:37:40 + schrieb Tao Hu : > Hi, I want install flightgear i

[Flightgear-users] problem in installing flightgear

2016-04-12 Thread Tao Hu
Hi, I want install flightgear in my linux 15.10 version. But when I use the command line: cmake ../flightgear-2016.1.1 -DCMAKE_BUILD_TYPE=Release The following error appear: You have installed a mismatching SimGear version 3.4.0 instead of 2016.1.1 as required by FlightGear. When using mul