Skip to content

Creating a C library #155

Answered by mcfriend99
BenStigsen asked this question in Q&A
Mar 29, 2023 · 10 comments · 10 replies
Discussion options

You must be logged in to vote

Do you have the mingw32-make in your path?? If you don't, you can get it by installing TCC or WinLibs compiler and adding it to your path (Or simply add the directory C:/mingw64/bin/ to your path based on what I see). Without changing anything in the CMakeLists.txt file and provided that the blade.exe resides in the directory D:/Projects/Blade/blade/build/blade, you can change the first command to:

cmake -B ./build -DCMAKE_BUILD_TYPE=Release -DBLADE_ROOT="D:/Projects/Blade/blade/build/blade" -DCMAKE_MAKE_PROGRAM=mingw32-make -G "Unix Makefiles"

Replies: 10 comments 10 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
2 replies
@BenStigsen
Comment options

@mcfriend99
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by BenStigsen
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
1 reply
@BenStigsen
Comment options

Comment options

You must be logged in to vote
6 replies
@mcfriend99
Comment options

@BenStigsen
Comment options

@BenStigsen
Comment options

@mcfriend99
Comment options

@BenStigsen
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@mcfriend99
Comment options

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