REGoth-project / REGoth

OpenSource-Reimplementation of the zEngine, used by the game "Gothic"
GNU General Public License v3.0
630 stars 63 forks source link

Dummy question #307

Closed devnexen closed 6 years ago

devnexen commented 6 years ago

Hello, From the GitHub repo we can build all but the problem with the source code release versions, the dependencies are empty folder. Is there a script to get them or do we have to do it manually ? Thanks.

Kukunin commented 6 years ago

Did you do git pull --recurse-submodules ?

devnexen commented 6 years ago

I meant from a package like

https://github.com/REGoth-project/REGoth/archive/nightly-0.4.80.tar.gz

Kukunin commented 6 years ago

I believe that those archives contain only binaries. If you want to build it from the source codes, follow the Git cloning way

devnexen commented 6 years ago

Yes I m already doing it thanks