wiki:Physfs

Version 2 (modified by trac, 17 years ago) ( diff )

--

Up

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

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

Up

Note: See TracWiki for help on using the wiki.