Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can someone explain how to build with Visual Studio 2022 ? #48

Open
Infinitusvoid opened this issue Apr 14, 2023 · 2 comments
Open

Can someone explain how to build with Visual Studio 2022 ? #48

Infinitusvoid opened this issue Apr 14, 2023 · 2 comments

Comments

@Infinitusvoid
Copy link

Changing this :

git clone https://github.com/Illation/ETEngine
cd ETEngine/Projects/Demo
cmake -G "Visual Studio 15 2017 Win64" -S . -B build
cmake --build build --target all --config Develop
cmake --build build --target install
cmake --build build --target cook-installed-resources-EtEngineDemo

Into this :

git clone https://github.com/Illation/ETEngine
cd ETEngine/Projects/Demo
cmake -G "Visual Studio 17.4.3 2022 Win64" -S . -B build
cmake --build build --target all --config Develop
cmake --build build --target install
cmake --build build --target cook-installed-resources-EtEngineDemo

Does not seems to be enought

@Illation
Copy link
Owner

I doubt it will currently compile on VS 2022 due to some dependencies, but for 2019 at least the commandline is
cmake -G "Visual Studio 16 2019" -A x64 -S . -B Build

So try replacing Win64 with -A x64

@Infinitusvoid
Copy link
Author

Thanks @Illation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants