Static Compilation for Visual Studio 2019 (SFML to C++ Project)

preview_player
Показать описание
How to build SFML for Visual Studio to be statically linked to your project.

Download SFML 2.5.1:
Рекомендации по теме
Комментарии
Автор

Amazing, that there is not so simple information in the faq or tutorial. Just one flag in cmake... Thank you.

botsynth
Автор

I have been struggling with this library, unresolved externals and stuff. Truly appreciate your effort

Decent_B
Автор

Hello, is the CMake program the thing I need to download off the CMake webiste?

pewpew
Автор

Thanks a lot for the video, was my first time to hear about SFML.

MohammedElAfifi
Автор

Can somebody please explain the step-by-step process which he followed? Actually, I am getting a blurry image and cannot understand a thing about which folders he opened and what the second window he opened at 00:30.

Please, help me.

fridayknight
Автор

Does it still work for you with the latest vs version? Linking dynamically works for me just fine, but when I'm trying to make a static library there are a lot of linking errors. I tried x64, x86, STD_STATIC_LIB option in cmake and none of that works.

adamkalisz
Автор

CMake? 0:25 How use CMake? I download CMake, but i dont understand how install this programm and use.

ГеоргийСтародубцев-йу
Автор

Thanks for the video, but when I press "configure" for the first time, so when it says the version of Visual Studio, it gives me an error: "Project files may be invalid". I need to re-download the source code?

filipporavazzini