Version 2 (modified by 17 years ago) ( diff ) | ,
---|
Physfs-1.0.1
Introduction to Physfs
The Physfs packageis a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem.
Package Information
- Download (HTTP): http://www.icculus.org/physfs/downloads/physfs-1.0.1.tar.gz
- Download MD5 sum: d0bd118c6b55fb1e020fe982d6ec6957
- Download size: 539 KB
- Estimated disk space required: 4980 KB
- Estimated build time: 0.1 SBU
Installation of Physfs
Install Physfs by running the following commands:
./configure --prefix=/usr &&
make
This package does not come with a test suite.
Now, as the root user:
make install
Contents
Installed Program: test_physfs
Installed Library: libphysfs
Short Descriptions
test_physfs -- test program for Physfs
libphysfs.[so,a] -- contains functions for Physfs
Note:
See TracWiki
for help on using the wiki.