summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuan A. Suarez Romero <jasuarez@igalia.com>2014-04-24 18:38:57 +0200
committerJuan A. Suarez Romero <jasuarez@igalia.com>2014-04-24 18:38:57 +0200
commit5c3f284c42ad2cc276de6486ddc772befade6dba (patch)
treec2c6d34bf2c97771c31f01925fb1cf3bbbfbc8ed /doc
parentcbcff20724134e95272a4f59fd1618eeda231703 (diff)
doc: Remove setup-plugins-env.sh reference
We are no longer supporting this script, so it must be removed from the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/grilo/environment-setup.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/grilo/environment-setup.xml b/doc/grilo/environment-setup.xml
index 4a015c5..57720ee 100644
--- a/doc/grilo/environment-setup.xml
+++ b/doc/grilo/environment-setup.xml
@@ -24,45 +24,6 @@
</para>
</section>
- <section id="building-grilo-sources-uninstalled">
- <title>Building and not installing Grilo</title>
-
- <para>
- If you do not want to install Grilo and rather use it in uninstalled
- form, do:
- </para>
-
- <programlisting>
-# Building Grilo
-$ git clone git://git.gnome.org/grilo
-$ cd grilo
-$ ./autogen.sh
-$ make
-
-# Building Grilo Plugins
-$ export PKG_CONFIG_PATH=$PWD:$PKG_CONFIG_PATH
-$ cd ..
-$ git clone git://git.gnome.org/grilo-plugins
-$ cd grilo-plugins
-$ ./autogen.sh --enable-uninstalled
-$ make
-$ source ./setup-plugins-env.sh
- </programlisting>
-
- <para>
- Please, notice the '--enable-uninstalled' switch passed to the autogen.sh
- script in grilo-plugins and the PKG_CONFIG_PATH export.
- </para>
-
- <para>
- The last 'source' command looks for the plugins built in the local repository
- and exports the GRL_PLUGIN_PATH environment variable accordingly, making them
- visible to Grilo based applications. Notice that if that if this last step
- is ommitted Grilo based applications (like grilo-test-ui) will not
- see any of the plugins available.
- </para>
- </section>
-
<section id="compilation-options">
<title>Compilation options</title>
<para>
@@ -130,12 +91,6 @@ $ export LD_LIBRARY_PATH=/usr/local/lib
$ export GRL_PLUGIN_PATH=/usr/local/lib/grilo-0.2
</programlisting>
- <para>
- Notice that if you are running Grilo uninstalled the above will not
- be necessary if you have followed the instructions provided in this
- documentation, since sourcing the setup-plugins-env.sh script will
- export the variable automatically for you.
- </para>
</section>
<section id="debugging-with-grilo">