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

unv-nacl-sdk #1119

Closed
stevennt opened this issue Sep 1, 2019 · 2 comments
Closed

unv-nacl-sdk #1119

stevennt opened this issue Sep 1, 2019 · 2 comments

Comments

@stevennt
Copy link

stevennt commented Sep 1, 2019

dpkg-checkbuilddeps: error: Unmet build dependencies: unv-nacl-sdk

The build failed with above missing package. I can't seem to find that unv-nacl-sdk package anywhere on the web. Any suggestion team? Thanks.

@slipher
Copy link
Contributor

slipher commented Sep 1, 2019

Don't try to use the Debian packages. They are not maintained

@illwieckz
Copy link
Member

Hi, as said by slipher the debian packages are not maintained but the debian scripts (in debian/ subdirectory) are not maintained too. So don't use them.

At this point the only supported way to build Unvanquished is the one described in README file:

git clone --recurse-submodules https://github.com/Unvanquished/Unvanquished.git
cd Unvanquished/
cmake -H. -Bbuild
cmake --build build -- -j4

You'll still need to download dpk files you can obtain in universal zip.

I close this issue. If you face problems with the supported build instructions feel free to open a new issue.

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