Skip to content

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Update ZenLib #6

wants to merge 12 commits into from

Conversation

frabert
Copy link

@frabert frabert commented Apr 15, 2019

Also use vcpkg to resolve dependencies

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
Copy link
Contributor

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.

Copy link
Author

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

@tomedi
Copy link

tomedi commented May 3, 2019

@frabert @ataulien Is this pull request still needed?

@ataulien
Copy link
Contributor

ataulien commented May 3, 2019

It is, but vcpkg is not yet integrated into REGoth-bs. I think @frabert is busy with his thesis.

@frabert
Copy link
Author

frabert commented May 3, 2019

Yes, sorry for the absence!
The issue right now with merging this is that we need new prebuilt binaries for bsf, and the "nightly" URLs are not really that stable, which could bring problems when building.

Once we have stable prebuilt binaries for the bs::f version that has working RTTI it should be ready to merge.

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

Successfully merging this pull request may close these issues.

3 participants