summaryrefslogtreecommitdiff
path: root/BuildDependenciesDebianUbuntu.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:21 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2015-04-02 16:44:21 -0700
commit7bf58c0ad95847a80973738c256a0139048a1304 (patch)
tree316651eab72f6e2109ce1685d7a93a78862ba6a7 /BuildDependenciesDebianUbuntu.mdwn
parenta6f0800d39ed81045dc29ef13fb3835940582587 (diff)
moin2mdwn: convert page BuildDependenciesDebianUbuntu
Diffstat (limited to 'BuildDependenciesDebianUbuntu.mdwn')
-rw-r--r--BuildDependenciesDebianUbuntu.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/BuildDependenciesDebianUbuntu.mdwn b/BuildDependenciesDebianUbuntu.mdwn
new file mode 100644
index 0000000..10adee5
--- /dev/null
+++ b/BuildDependenciesDebianUbuntu.mdwn
@@ -0,0 +1,27 @@
+
+
+# Build Dependencies Debian and Ubuntu
+
+These should do the trick:
+[[!format txt """
+sudo apt-get build-dep gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad
+sudo apt-get install cvs
+"""]]
+(cvs is required by autotools, autogen.sh will fail if you don't have it.)
+
+You will need to make sure the deb-src lines are enabled in your `/etc/apt/sources.list` file.
+
+On Ubuntu you might try these as well in addition to the above:
+[[!format txt """
+sudo apt-get build-dep gstreamer0.10-plugins-ugly-multiverse gstreamer0.10-plugins-bad-multiverse
+"""]]
+If you are building 0.11 and still receiving errors about missing basic build tools or dependencies, try:
+[[!format txt """
+sudo apt-get install pkg-config libglib2.0-dev liborc-0.4-dev bison flex
+"""]]
+
+
+For gst-plugins-gl:
+[[!format txt """
+sudo apt-get install libglew1.5-dev libpng12-dev
+"""]] \ No newline at end of file