Skip to content

MakeFile not being produced #1043

Answered by bcoconni
hudkinsnoah asked this question in Q&A
Feb 19, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @hudkinsnoah,

Even though you are not using Visual Studio, I assume you are using the Microsoft C++ compiler. In such a case the command to build JSBSim is

cmake --build . --config RelWithDebInfo

This command should be run from the build folder and will build all the libraries and executables under the folder build\RelWithDebInfo. Of course, if you want to get a debug (resp. release) build, you should replace RelWithDebInfo with Debug (resp. Release)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hudkinsnoah
Comment options

@hudkinsnoah
Comment options

Answer selected by hudkinsnoah
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