pcsxr/PCSX-Reloaded

cmake build options

Closed this issue · 1 comments

Hi there with the lastest source code, how i do :

PREFIJO=/opt/pcsxr
./configure --prefix=$PREFIJO --libdir=$PREFIJO --mandir=$PREFIJO --sysconfdir=$PREFIJO --localstatedir=$PREFIJO --enable-maintainer-mode --enable-dependency-tracking --enable-opengl --enable-libcdio --enable-ccdda

But with the new cmake on the current source code ???

I solved with the follow line :

cmake -DENABLE_CCDDA:BOOL="1" -DUSE_LIBARCHIVE:BOOL="1" -DUSE_LIBCDIO:BOOL="1" -DBUILD_SIO1:BOOL="1" -DCMAKE_INSTALL_PREFIX:PATH=/usr ..