Postby HLFH » 23 Jan 2014 10:30
I think I must install VLCKit too for libvlc (and for npapi-vlc), right ?
git clone git://git.videolan.org/vlc-bindings/VLCKit.gi
export CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
export CXX=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
export OBJC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
cd VLCKIT/
make
It's taking more than 13 GB of RAM !!!! I have 4 GB. So, after, xcodebuild & bash & make are using my virtual memory. I can't compile in these conditions on Mavericks 10.9.1.
Is there a binary for VLCKit ?