kopia lustrzana https://github.com/f4exb/sdrangel
Updated Compile in Windows (markdown)
rodzic
f3a728284d
commit
9193fc1540
|
@ -1,6 +1,6 @@
|
|||
## Prerequisites
|
||||
|
||||
* Install Visual Studio 2019 with Desktop development for C++ (Community edition is free - https://visualstudio.microsoft.com/vs/community/)
|
||||
* Install Visual Studio 2019 with Desktop development for C++ and MFC (Community edition is free - https://visualstudio.microsoft.com/vs/community/)
|
||||
* Install Qt 5.15.x (including optional Qt Charts) for MSVC 2019 64-bit (https://www.qt.io/download-open-source)
|
||||
* Install Boost (https://www.boost.org/users/download/)
|
||||
* Install ninja (https://ninja-build.org/)
|
||||
|
@ -19,7 +19,7 @@ Run Visual Studio shell: `Start > Visual Studio 2019 > x64 Native Tools Command
|
|||
git submodule update --init --recursive
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -Wno-dev -G Ninja -DCMAKE_BUILD_TYPE=Release -DRX_SAMPLE_24BIT=ON -DCMAKE_PREFIX_PATH=C:\\Qt\\5.15.2\\msvc2019_64;C:\\boost_1_74_0 ..
|
||||
cmake -Wno-dev -G Ninja -DCMAKE_BUILD_TYPE=Release -DRX_SAMPLE_24BIT=ON -DCMAKE_PREFIX_PATH=C:\Qt\5.15.2\msvc2019_64;C:\boost_1_74_0 ..
|
||||
ninja
|
||||
ninja package
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue