Search found 2 matches
- Tue Jul 14, 2015 8:49 pm
- Forum: Support and Development
- Topic: LÖVE not compiling on FreeBSD
- Replies: 2
- Views: 1568
Re: LÖVE not compiling on FreeBSD
The configure script just looks for a library named libphysfs.so that contains the function PHYSFS_init, but if yours is in a non-standard path, you may have to tell it where to find it. The easiest way to do this is by running configure something like this: ./configure LDFLAGS=-L/directory/contain...
- Tue Jul 14, 2015 8:19 pm
- Forum: Support and Development
- Topic: LÖVE not compiling on FreeBSD
- Replies: 2
- Views: 1568
LÖVE not compiling on FreeBSD
When I run the configure file it keeps persisting that I do not have PhysicsFS installed even though I have the latest version from the ports folder(2.0.3). I also tried installing the -devel version as well with no luck. How would I go about compiling the latest version for FreeBSD? Thank you for y...