Developers
To build the engine:
To install the libraries (in /usr/lib):
To build the PHP extension (you need to build the librpa first!):
You also need to add the following line to your php.ini:
# cd build/unix/x86_64
# make BLDCFG=release
To install the libraries (in /usr/lib):
# make install (as Super User)
To build the PHP extension (you need to build the librpa first!):
# cd phpext/prpa
# phpize
# ./configure
# make
# make install (as Super User)
You also need to add the following line to your php.ini:
extension=prpa.so

