-
Notifications
You must be signed in to change notification settings - Fork 3
Update ZenLib #6
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
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -15,6 +15,8 @@ Most modern Linux distros provide a way to install them via the native package | |||
manager. Ubuntu 18.04+ is known to ship recent enough versions, older distros do not | |||
and installing from source may be necessary. | |||
|
|||
On Windows, just double-click on `build.bat`. It will manage everything automatically. | |||
|
|||
Dependencies on Windows are best managed using [vcpkg](https://github.com/Microsoft/vcpkg), you can | |||
find instructions on how to build it on the official repository. Once vcpkg is installed, you should | |||
install the following packages `physfs glm libsquish` by running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, do we actually still depend on glm? That was a dependency of REGoth, but I got rid of it in ZenLib, or so I thought.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh really? Then we might not need it anymore... I should probably update the ZenLib cmake
It is, but vcpkg is not yet integrated into REGoth-bs. I think @frabert is busy with his thesis. |
Yes, sorry for the absence! Once we have stable prebuilt binaries for the bs::f version that has working RTTI it should be ready to merge. |
Also use vcpkg to resolve dependencies