-
Notifications
You must be signed in to change notification settings - Fork 370
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
Build issues - how to get Steam library? #1
Comments
In my case i just created a new folder and set the variable to the path, however, it seems that the tests folder is also missing. |
@VHSCODE sorry, I should have mentioned. Removing the |
Btw, somebody just fixed the linux build files #2 |
So, as an addition to the dependencies, it requires |
The steam library you can disable without problems by deleting or commenting.. src/game/CMakeLists.txt
The test folder can disable.. HPL2/core/CMakeLists.txt
|
Hi! Thanks for the awesome release!
I'm trying to build this game from source, but I've noticed a few issues.
In HPL2:
dependencies.zip
isn't unzipped automatically by the build system, which means it errors out when doingadd_subdirectory(../dependencies/OALWrapper OALWrapper)
. Just unzipping into adependencies
folder fixes this.tests
folder doesn't exist, soadd_subdirectory(../tests tests)
also failsIt would be nice to have a dependency list, too. I have used at least
glu-devel
andMesaLib-devel
.My main issue, however, is with the steam library:
How would I get one, if that's even possible? Would perhaps something like https://gitlab.com/Mr_Goldberg/goldberg_emulator be enough?
The text was updated successfully, but these errors were encountered: