-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question re compilation #320
Comments
Nothing, you can run the cmake command without the Simply use You already ask this if I recall 😜 |
For me, it would be great, if you could document the exact steps how to get compilation from within VSCode to work. So far I was always trying a few random things and at some point is just worked but I never quite figured out the exact steps needed to get it to work. |
This is something I want to avoid because, a bit like Java or other language, people have their own way of building, IDE, etc. But here a quick tuto based on my setup: My config for VSCode:
This should enable VSCode to call CMake for configuration and build. And It will use the You then select the build type you want:
I am relying on Ninja (installed on my system) and build and test in Debug for development. Note: these are presets stored in the Once this is done, you can build in VSCode with This should make VSCode call cmake with the correct command line based on the presets you selected: This work fairly easy for Unix system (linux and mac) especially with all the building tools like ninja and cmake can be install with Hope that's help. And of course, if needed, we can find 5 min for a quick Visio to catch up and debug your build setup :) |
Thanks, @StRigaud that is a great explanation ❤️ |
In the readme, it currently mentions this command:
What should I enter for
/path/to/installation/folder
? Could we write a sentence to guide new users where this foloder should point at?The text was updated successfully, but these errors were encountered: