Skip to content

zsx/ossbuild

Repository files navigation

Requirements
-------------------------------------

  Windows Build

    1. Visual Studio 2008 or later
    2. Windows Installer XML (WiX) 3.5 or later (http://wix.sourceforge.net/releases/3.5.1329.0/Wix35.msi)
    3. Perl 5.10+
       a. Recommended ActiveState Perl (http://www.activestate.com/downloads/) on Windows
          1. Download the LibXML package 
             a. Load the perl package manager ("ppm" command)
             b. Select the Edit > Preferences menu
             c. Under "Add Repository" select "University of Winnipeg" from the "suggested" list and select "Add"
             d. Select "OK"
             e. Scroll down the list and right click on "XML-LibXML" and "XML-LibXML-Common" both and select install
             f. Select File > Run Marked Actions
    4. DirectX SDK (November 2008 or later)
       a. Download from http://www.microsoft.com/downloads/info.aspx?na=90&p=&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=5493f76a-6d37-478d-ba17-28b1cca4865a&u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2f8%2f2%2f58223f79-689d-47ae-bdd0-056116ee8d16%2fDXSDK_Nov08.exe
    5. Python 2.5 (for backward compatibility)
       a. Download from http://www.python.org/download/releases/2.5/
       b. Install to C:\Python25
    6. PyGobject (2.14)
       a. Download from http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/

  Linux Build

    1. See directions for your individual distribution below.


Setup Visual Studio 2008+
-------------------------------------

  Add Custom Rules Path

    1. Select the Tools > Options... menu.
    2. Expand "Projects and Solutions" and select "VC++ Project Settings"
    3. In "Rule File Search Paths", add the top-level directory for this code (e.g. C:\OSSBuild\)
       a. If needed, separate other search paths with a semicolon (;).

Setup Linux
-------------------------------------

  Ubuntu 9.10

    1. sudo apt-get install openjdk-6-jdk git-core subversion perl sed pkg-config build-essential autoconf bison flex libtool tofrodos vim gettext yasm nasm zlib1g-dev mesa-common-dev libglu1-mesa-dev libxmu-dev libx11-dev libxi-dev libcurl4-gnutls-dev libxrender-dev autoconf libxv-dev libasound2-dev libv4l-dev libpulse-dev python2.6-dev python-gobject-dev mono-devel


Acknowledgments
-------------------------------------

OAH Build
https://launchpad.net/oah

GStreamer WinBuilds
http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=start

GStreamer
http://gstreamer.freedesktop.org/

7-Zip
http://www.7-zip.org/

Msys+Mingw
http://www.mingw.org/

Yasm
http://www.tortall.net/projects/yasm/

For all the dependencies, please see ./Libraries/Packages/ReadMe.txt


Licenses
-------------------------------------

Please see the licenses in the Licenses/ folder for details on each library/application used 
or in the ./Libraries/Packages/ folder in each individual package.

For copyright information, please see COPYING.

For legal purposes, you must inspect the individual licenses of all packages to determine if 
they fit your legal constraints. OSSBuild or any of its developers are NOT legally responsible 
for any failure to ensure compliance or any legal action resulting from the use of this 
software. It is solely the responsibility of the recipient and user to determine legal 
eligibility for use.

About

gstreamer build for windows forked from ossbuild

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published