summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-07 09:45:54 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-04-07 09:45:54 +0200
commit7e7546b879a00ea8e21d13966edee0f503f649e4 (patch)
tree5f3ce5af107185a3db246c52cbe4a2b93900d8bc /README
parent4d881ef6fb2050b1566a3545aa23aac296d897f6 (diff)
Update/Cleanup of the build system
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 0 insertions, 33 deletions
diff --git a/README b/README
deleted file mode 100644
index 8ddc26c..0000000
--- a/README
+++ /dev/null
@@ -1,33 +0,0 @@
-DISCLAIMER
-----------
-
-This project is no where near completion and should NOT be used AT ALL
-in any release-ready/stable project. By building and installing this
-project, you understand that no support will be given and it may very
-well set fire you your system and delete all of your data. If this
-happens, the only person responsible is yourself. You have been warned.
-
-(It probably won't be that bad)
-
-
-INSTALLATION
-------------
-
-To build gstreamer-sharp, you must have a subversion checkout of
-gtk-sharp-2.0:
-
- $ cd ~/cvs/mono
- $ svn co svn://svn.myrealbox.com/source/trunk/gtk-sharp
- $ cd gtk-sharp
- $ ./bootstrap-2.14 --prefix=/usr
- $ cd parser
- $ make
- $ sudo make install
-
-This will patch, build, and install the fixed gapi-fixup tool without
-overwriting your existing gtk-sharp library install. Of course, substitute
-~/cvs/mono/ for the proper location of each respective checkout.
-
-Once gapi-fixup has been installed, you may continue building
-gstreamer-sharp like any other source module.
-