Blackvoxel / Blackvoxel

Blackvoxel Video Game
http://www.blackvoxel.com
GNU General Public License v3.0
99 stars 21 forks source link

`make install` target is broken. #33

Open crabctrl opened 3 years ago

crabctrl commented 3 years ago

The offending line is Makefile:87

It attempts to copy Licence.txt and Licence_3rdParty_libs.txt, which do not exist in the source tree. Probably the intention was to copy LICENSE instead.

Blackvoxel commented 3 years ago

Hello katp32,

Thanks for signalling this problem. We'll try to fix this part quickly.

In the meantime, that's not mandatory to install it. The default build target is configured for running Blackvoxel without install, simply type ./blackvoxel in the build directory to launch it.

If you need to make some installation for some reason, let us know. We'll tell you how to do.

The Blackvoxel Team.