edubart / otclient

An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
Other
640 stars 402 forks source link

Physfs has been moved to github #1180

Closed kleberholtz closed 2 years ago

kleberholtz commented 2 years ago

Hello, some time ago physfs was moved to github, so to compile it follow:

git clone -b stable-3.0 https://github.com/icculus/physfs.git cd physfs sudo mkdir build cd build sudo cmake .. sudo make sudo make install sudo mv /usr/local/lib/libphysfs.a /usr/lib/x86_64-linux-gnu/.