Closed 2042Third closed 1 year ago
This is how I am building the library:
...
rmdir /s /q %INSTALL_PATH_% && ^
mkdir %INSTALL_PATH_% && ^
cd %INSTALL_PATH_% && ^
cmake -DCMAKE_PREFIX_PATH=%SDK_DIR_PATH% -DCMAKE_INSTALL_PREFIX=./ -DCMAKE_BUILD_TYPE=Release -GNinja %PATH_TO_THE_REPOSITORY% && ^
cmake --build . --config Release --target all --parallel && ^
cmake --install . --config Release --strip &&^
cd ../
...
My folder structure is:
lib
├───framlesshelperBuild
├───framelesshelper
Please help. Thank you.
Your Windows SDK is too old, if you can't upgrade your Windows SDK, you can comment out all the code above, they are for debugging purpose only, it's safe to comment them out.
Unable to build the library in windows 11, updated g++ and mingw dev tools.