megamarc / Tilengine

Free 2D graphics engine with raster effects for retro/classic style game development
https://www.tilengine.org
Mozilla Public License 2.0
847 stars 95 forks source link

Unable to install (Fedora 28) #27

Closed wmellema closed 6 years ago

wmellema commented 6 years ago

During installation: It fails with the following error message:

[wmellema@localhost Tilengine] $ sudo ./install
Installing Linux x86_64
mkdir: cannot create directory ‘/usr/lib/x86_64-linux-gnu’: Not a directory
./install: line 35: /usr/lib/x86_64-linux-gnu/cmake/Tilengine/tilengine-config.cmake: Not a directory
mkdir: cannot create directory ‘/usr/lib/x86_64-linux-gnu’: Not a directory
./install: line 37: /usr/lib/x86_64-linux-gnu/pkgconfig/tilengine.pc: Not a directory
chmod: cannot access '/usr/lib/x86_64-linux-gnu/libTilengine.so': Not a directory
megamarc commented 6 years ago

Hello, It seems that Fedora uses a different path than Debian-based distros for storing user libraries. I've to figure out how to retrieve at runtime the suitable path. In the meantime, if you know what path is it, you can modify install.sh and replace the '/usr/lib/x86_64-linux-gnu' path for the correct one.

megamarc commented 6 years ago

Support for non-debian distros relate to generic issue #33