Skip to content

jogi1/mvd_parser_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

library to parse quakeworld mvd files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published