[grilo] doc: Remove setup-plugins-env.sh reference



commit 5c3f284c42ad2cc276de6486ddc772befade6dba
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Thu Apr 24 18:38:57 2014 +0200

    doc: Remove setup-plugins-env.sh reference
    
    We are no longer supporting this script, so it must be removed from the
    documentation.

 README                          |   12 +--------
 doc/grilo/environment-setup.xml |   45 ---------------------------------------
 2 files changed, 2 insertions(+), 55 deletions(-)
---
diff --git a/README b/README
index c15b6b3..1f534df 100644
--- a/README
+++ b/README
@@ -59,14 +59,6 @@ Grilo from the grilo-plugins package here:
 
 http://git.gnome.org/browse/grilo-plugins
 
-If you don't have any plugins installed in the default directory (for example
-if you downloaded and compiled the plugins but did not install them on
-your system), you will have to set the GRL_PLUGIN_PATH environment variable
-(a colon-separated list of paths where the plugin libraries live). If you
-have downloaded and compiled grilo-plugins, you can set this variable
-automatically just but running the set-plugins-env.sh script that lives in
-the root directory of the grilo-plugins repository.
-
 If you are looking for a step-by-step guide from beginning to end, here it is:
 
 # Building Grilo
@@ -82,9 +74,9 @@ $ export PKG_CONFIG_PATH=$PWD:$PKG_CONFIG_PATH
 $ cd ..
 $ git clone git://git.gnome.org/grilo-plugins
 $ cd grilo-plugins
-$ ./autogen.sh --enable-uninstalled
+$ ./autogen.sh
 $ make
-$ source set-plugins-env.sh
+$ make install
 
 # Running grilo-test-ui
 
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">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]