|
INSTALL BMP 1. download FLAC codec and install. 2. download MAC codec from Linux port and install 3. download rebmp 4. tar -xf rebmp-x.y.z.tar.gz 5. cd bmp-x.y.z 6. ./configure 7. make 8. sudo make install |
INSTALL FLAC plugin 9. export PKG_CONFIG_PATH=/usr/local/lib/config it depends the path which you install, it is the path which 'bmp.pc' locate, you can configure it: $find / -name "bmp.pc" if you run under csh: setenv PKG_CONFIG_PATH /usr/local/lib/config 11. cd plugin/flac 12. make 13. sudo cp libflac.so /usr/local/lib/bmp/Input |
INSTALL APE plugin 14. cd ../mac 15. ./configure 16. make 17. sudo make install |