Installation instructions for latest GPAC svn version:

For Windows, Linux and Mac OS X versions, follow the instructions on http://gpac.sourceforge.net/home_download.php

For WindowsMobile platform, get the latest package of gpac extra libs available on GPAC svn:
http://gpac.svn.sourceforge.net/viewvc/gpac/trunk/gpac_extra_libs/gpac_extra_libs.zip
and follow the instructions in gpac/doc/INSTALL.wCE




Installation instructions for GPAC 0.4.5 - December 2008:


* Foreword
	
	GPAC may be compiled without any third party libraries, but in this case its functionalities are very
limited (no still image, no audio, no video, no text, no scripting). It is therefore recommended to download the 
extra lib package available at http://sourceforge.net/projects/gpac. Compilation instructions for these libraries 
are provided per library in the package. 
	The current extra_lib package to use with gpac 0.4.5 is gpac_extra_libs 0.4.5.

	In case you have some of these libs already installed on your system, the detailed list of dependencies is
	* freetype2 from version 2.1.4 on.
	* SpiderMonkey v1.7 (libjs from mozilla).
	* libjpg version 6b
	* Libpng version 1.2.33 (older versions should work)
	* MAD version 0.15.1b (older versions should work)
	* xvid version 1.0 (0.9.0 / .1 / .2 should also work)
	* ffmpeg (latest stable API version checked was 08 February 2007 snapshot, you may need to change a few things with current versions)
	* libogg 1.1, libvorbis 1.1 and libtheora 1.0 from Xiph.org (newer versions work)
	* faad2, version 2.0 or above (2.6.1 working)
	* liba52, version 0.7.4
	* OpenJPEG, version 1.3

	Windows user are invited to download and install the Microsoft Platform SDK at
		http://www.microsoft.com/msdownload/platformsdk/sdkupdate
	If you don't have enough bandwidth (it's big) the GDIplus SDK is also included in the gpac_extra_lib package

* Installing GPAC

/!\ GPAC won't compile if the 'svnversion' command (shipped with every Subversion package) is not in your path /!\

Detailed instruction for Win32 MSVC Compilation are available in gpac/doc/INSTALL.w32

Detailed instruction for WinCE eVC Compilation are available in gpac/doc/INSTALL.wCE

Detailed instruction for GCC Compilation are available in gpac/doc/INSTALL.gcc

Detailed instruction for GCC cross-compilation for familiar+GPE systems are available in gpac/doc/INSTALL.gpe
	
Detailed instruction for GCCE/Symbian cross-compilation for Symbian v9.1 systems are available in gpac/doc/INSTALL.symbian
	
* Configuring GPAC

GPAC's client configuration is documented in gpac/doc/configuration.html
MP4Box documentation is available online at http://gpac.sourceforge.net

	
