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

I don't get hge.lib while install hge.(Visual Studio 2019) #9

Open
Enem20 opened this issue Apr 28, 2020 · 3 comments
Open

I don't get hge.lib while install hge.(Visual Studio 2019) #9

Enem20 opened this issue Apr 28, 2020 · 3 comments

Comments

@Enem20
Copy link

Enem20 commented Apr 28, 2020

What i did?

  1. i change file "CMakeLists.txt".
  2. i execute .bat file "cmake_studio2017.bat".
  3. A "_build" was appeared.

What should I do next? Where can i find ".sln" file and what is it named?

@kvakvs
Copy link
Owner

kvakvs commented May 1, 2020

Solution file is inside _build

@Reisen1969
Copy link

0.remove the _build
1.install latest version cmake and add cmake.exe to the path
2.open CMakeLists.txt with text editor and see the shell cmd
3.open the dir in shell or cmd,run "mkdir _build" "cd _build" and cmake.exe -G "Visual Studio 16 2019" ..

@kvakvs
Copy link
Owner

kvakvs commented Jan 17, 2021

CMake will create project file _build/hge.sln, open it with the visual studio

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

No branches or pull requests

3 participants