Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jogi1/mvd_parser_lib
- Owner: jogi1
- Created: 2011-03-13T14:16:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T09:14:29.000Z (about 10 years ago)
- Last Synced: 2023-03-23T02:22:52.824Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 170 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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 dirphp_module:
cd php_module
phpize
./configure --enable-mvd_parsing
make
make installi 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