3

I have the live555 framework with me. How to use it in Xcode?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Vignesh
  • 10,205
  • 2
  • 35
  • 73

1 Answers1

5

If you haven't managed to configure it yet.

Try this command in the terminal in live555 folder

make iphoneos

It will generate the static libraries for you.

Tyler Pham
  • 88
  • 5
  • Thank you! Your idea triggered me another way ,by adding it as a static library from the dropcam source code. But still in need of an ignition to use the classes of the library. – Vignesh Apr 12 '11 at 11:51
  • The sample programs should be good enough of a starting point in testprogs folder of live555. Granted you will end up subclassing for your purposes. – Tyler Pham Apr 22 '11 at 07:29