Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jogi1/mvd_parser_lib

library to parse quakeworld mvd files
https://github.com/jogi1/mvd_parser_lib

Last synced: 24 days ago
JSON representation

library to parse quakeworld mvd files

Awesome Lists containing this project

README

        

libmvdparse:

cd src
make
copy the .so from the lib dir into /usr/lib or /usr/local/lib dir
copy the .h from the lib dir into /usr/include or /usr/local/include dir

php_module:
cd php_module
phpize
./configure --enable-mvd_parsing
make
make install

i never checked if make install works, i just copied the mvd_parsing.so into the php extensions folder

in your php.ini
extension=mvd_parsing.so