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

Compile YGOPro Koishi #27

Open
Termita opened this issue Jul 4, 2020 · 4 comments
Open

Compile YGOPro Koishi #27

Termita opened this issue Jul 4, 2020 · 4 comments

Comments

@Termita
Copy link

Termita commented Jul 4, 2020

Hello, I am Juan Milciades. I belong to the Latino community and I would like to use your version of YGOPro. If there is a possibility I would like to be able to compile your version of ygopro. But I have not been successful. Could you do the procedure on the github wiki?

@Light-of-Hers
Copy link

Light-of-Hers commented Jul 13, 2020

> mkdir build
> cd build
> cmake ..
> make

If compiling failed because of missing "lua.h", export LUA_INCLUDE_DIR to your env.

@knight00
Copy link

May I ask where "export LUA_INCLUDE_DIR" should be put(In which premake files?) and how it uses?

@Light-of-Hers
Copy link

Light-of-Hers commented Jul 16, 2020

It's a shell command to export an environment variable. Or you can add set(LUA_INCLUDE_DIR /path/to/your/lua/include/dir) to CMakeLists.txt (or directly add include_directories(/path/to/your/lua/include/dir)).

@purerosefallen
Copy link
Owner

Please use premake instead. CMake is not well-maintained.

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

4 participants