Hi all!
I programmed some pd externals with flext on Windows. Now I want to port these externals to MacOSX.
My problem is:
On windows I link the static library pd.lib to my project file.
I tried to find a precompiled static library for MacOSX (I think it should be named like libpd.a ... ) but did't find one. I also tried to build pd from source code, but the build failed.
Does anyone know a place where I can download or get this library from?
Best, hr824