IOSCompile

From VideoLAN Wiki
Revision as of 21:03, 18 July 2013 by J-b (talk | contribs) (Created page with "== Development environment == To develop VLC for iOS, you need: * Mac OS X Lion (or later) * Latest XCode version * A correct shell == Get the source == If you develop VLC ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Development environment

To develop VLC for iOS, you need:

  • Mac OS X Lion (or later)
  • Latest XCode version
  • A correct shell

Get the source

If you develop VLC for iOS, it is highly recommended that you use the git version:

git clone git://git.videolan.org/vlc-ports/ios.git


Build it

You need to build it for the simulator and for the devices.

sh buildAspenProject.sh -s

Wait, and grab a coffee.

sh buildAspenProject.sh

Grab a second coffee

Deploy

Open the project in Xcode and click on Run.