Install XCode (to get gcc and other dev tools).
Install fink and then from fink install cmake, subversion and whatever else you might want/need
Download libusb 1.0.8 if you plan on using a smargo, compile it, install it
checkout the oscam source from svn and build:
svn co
Sie müssen registriert sein, um Links zu sehen.
oscam-svn
cd oscam-svn
mkdir build
cd build
cmake -DWEBIF=1 ..
make
this will build oscam (and list_smargo if libusb is installed).
the current mac os x version of cmake that comes with the system is to old to understand our cmake config