Hello,
On 27/07/14 01:46, Carlos Ruiz Díaz wrote:
Hi all,
I'm switching my development environment from Linux to Mac.
Is there any tutorial on how to setup Kamailio on this OS? It may be an Unix flavor, but it's still quite different from Linux :).
it is mainly about installing the development environment. I did it quite some years ago, like:
- install developer tools / xcode (used to be free, be sure you select to install console tools or something like that -- mainly need it for gcc/c compiler) - install macports (or fink or homebrew, which one you like more)
With macports (or the alternatives) you can install pretty much any common linux packages. For me it works with most of the modules (mysql, pcre, libxml2, lua ...).
if you get stuck in some specific trouble, write here and I will try to remember if I got the same and what was the workaround. I went for macports because it looked to be the most compact at that time.
Cheers, Daniel