OpenRTMFP / Cumulus

CumulusServer is a complete open source and cross-platform RTMFP server extensible by way of scripting
http://groups.google.com/group/openrtmfp-cumulus
GNU General Public License v3.0
593 stars 221 forks source link

Got Cumulus working on OS X #28

Closed sarahmei closed 13 years ago

sarahmei commented 13 years ago

I was able to compile Cumulus on OS X Lion by heavily modifying the Makefile for CumulusLib. I also had to slightly modify the Makefile for CumulusService. It's captured in a chef recipe that clones the repo, replaces the Makefiles, and then installs.

You could add to your README instructions for OS X. Installing poco on OS X is no simple matter either; I also have a chef recipe for that.

The project is https://github.com/sarahmei/xmpp-cookbook Feel free to use anything in there.

sarahmei commented 13 years ago

I opened a pull request with the OS-X-specific Makefiles and extra instructions in the readme.

cumulusdev commented 13 years ago

It's integrated! thanks for your help!