Skip to content

How do I make a Windows build with CMake? #262

Answered by efroemling
TheMikirog asked this question in Q&A
Discussion options

You must be logged in to vote

I want to mess with binary files and try out my edits, but the cmake command always makes a Linux build. For various reasons I cannot test it on Linux and instead I use WSL2 to test the game.

Is there a way to test my build on Windows?

Technically it is possible to use CMake to generate windows builds (I think it generates an intermediate visual studio project, among other methods). However the limitation right now is that I need to generate the ballistica-internal libraries for windows, which are necessary to build the complete app. (the ballistica-internal library is the parts of the game that still aren't public for reasons such as security). Once I get a chance to automate windows b…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by TheMikirog
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
2 participants