Difference between revisions of "MobileVLC"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
MobileVLC is the other name of the VLC application for iOS.
 
MobileVLC is the other name of the VLC application for iOS.
  
 +
== Source Code ==
 
Source Code is available on:
 
Source Code is available on:
 
* [http://git.videolan.org/?p=MobileVLC.git;a=summary gitweb]
 
* [http://git.videolan.org/?p=MobileVLC.git;a=summary gitweb]
  
 +
== Build process details ==
 
For more details on the build process, see:
 
For more details on the build process, see:
 
* [http://git.videolan.org/?p=MobileVLC.git;a=blob;f=HOWTO;hb=HEAD MobileVLC's HOWTO]
 
* [http://git.videolan.org/?p=MobileVLC.git;a=blob;f=HOWTO;hb=HEAD MobileVLC's HOWTO]
  
 +
== Short summary ==
 
A short summary is:
 
A short summary is:
 
  $ git clone git://git.videolan.org/MobileVLC.git
 
  $ git clone git://git.videolan.org/MobileVLC.git
Line 12: Line 15:
 
  $ ./buildMobileVLC.sh
 
  $ ./buildMobileVLC.sh
 
Wait a bit, and you are done!
 
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

Revision as of 18:44, 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