Skip to content

viktormihalyi/gearsvk

Repository files navigation

Building

Dependencies

Windows MSVC

Open Developer Command Prompt for VS

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release

Creating an .msi installer

python setup.py bdist_msi

Linux

Make sure to set settings.compiler.libcxx=libstdc++11 in a conan profile.

Update the default profile

conan profile new default --detect --force
conan profile update settings.compiler.libcxx=libstdc++11 default

Then

mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published