stohrendorf / CroftEngine

An open-source Tomb Raider 1 engine remake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Python3 to the list of build dependencies

carlo-bramini opened this issue · comments

README.md lists several build dependencies (boost, libpng, etc...).
Perhaps, Python3 needs to be added to this list.

Indeed, thanks for the hint.

Indeed, thanks for the hint.

I'm wondering if you could update the build instruction with Python and vcpkg, because I'm trying to compile with MSVC and after some tests I'm still getting "Python 3 Library not found" from CMake. Installing also the official 3.10.7 binaries of python and adding the tool to the path didn't solve the trouble.
Thank you.

That will be part of the instructions. In your case, what you need is something like -DPython3_ROOT=E:\Python38 when calling cmake.