Difference between revisions of "MobileVLC"
Jump to navigation
Jump to search
Pdherbemont (talk | contribs) |
Pdherbemont (talk | contribs) m |
||
Line 18: | Line 18: | ||
== Requirements == | == Requirements == | ||
You will require the '''iPhoneOS 3.2 sdk''', though 4.2 should be supported with: | You will require the '''iPhoneOS 3.2 sdk''', though 4.2 should be supported with: | ||
− | $ buildMobileVLC.sh -k iphoneos4.2 | + | $ ./buildMobileVLC.sh -k iphoneos4.2 |
== Simulator == | == Simulator == | ||
The iOS simulator is also supported, using: | The iOS simulator is also supported, using: | ||
− | $ buildMobileVLC.sh -s | + | $ ./buildMobileVLC.sh -s |
For more information, see: | For more information, see: | ||
− | $ buildMobileVLC.sh -h | + | $ ./buildMobileVLC.sh -h |
Revision as of 18:45, 20 November 2010
MobileVLC is the other name of the VLC application for iOS.
Source Code
Source Code is available on:
Build process details
For more details on the build process, see:
Short summary
A short summary is:
$ git clone git://git.videolan.org/MobileVLC.git $ cd MobileVLC $ ./buildMobileVLC.sh
Wait a bit, and you are done!
Requirements
You will require the iPhoneOS 3.2 sdk, though 4.2 should be supported with:
$ ./buildMobileVLC.sh -k iphoneos4.2
Simulator
The iOS simulator is also supported, using:
$ ./buildMobileVLC.sh -s
For more information, see:
$ ./buildMobileVLC.sh -h