Skip to content

Installation in Windows #183

Answered by WeilerMarcel
Rajatpareek asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Rajatpareek,
it sounds like you only configured the cmake project and generated the Visual Studio project file. You will have to open that project in Visual Studio and build the executable afterwards.

Alternatively you can use CMake from the command line to drive the Visual Studio compiler. To do that, switch into your build directory after configuring/generating the project and call cmake --build . --config Release.

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by janbender
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #182 on June 01, 2022 09:02.