Aircraft icons

ADS-B, ACARS, VOR, ILS, Airband AM
jaro61
Posts: 55
Joined: Thu Jan 26, 2023 8:51 pm
Location: Stropkov, KN09TE

Re: Aircraft icons

Post by jaro61 »

Thanks a lot for your help, much appreciated. It's already being installed. I already have Visual Studio, Nsis and Git installed as well. Boost does not install. Where should I unpack it?

Qt installed successfully. How to continue? I note that I am not a programmer, just self-taught. Therefore, my questions will be a bit "stupid".
RTL-SDR
srcejon
Posts: 217
Joined: Thu Jan 19, 2023 2:30 pm
Location: London
Contact:

Re: Aircraft icons

Post by srcejon »

jaro61 wrote: Wed Mar 15, 2023 6:09 pm Boost does not install. Where should I unpack it?
Anywhere, but just note that when you run cmake (as per the instructions), you need to specify the path to it:

-DCMAKE_PREFIX_PATH=C:\Qt\5.15.2\msvc2019_64;C:\boost_1_81_1

So you might need to change C:\boost_1_81_1 to E:\crazy\place\to\install\it\boost_1_75_0
jaro61 wrote: Wed Mar 15, 2023 6:09 pm Qt installed successfully. How to continue?
Once everything is installed, follow the instructions under "Compile and build (cmd line)"

Make sure git, cmake, nsis and ninja are in your PATH environment variable.

I.e. Run a Visual Studio shell (Start > Visual Studio 2022 > x64 Native Tools Command Prompt for VS 2022)
Then copy and paste the commands (one by one, so you can check if anything has gone wrong - if it does, just copy and paste the output here).
Post Reply