pwg: mention how to build after using the project stamp

This commit is contained in:
Stefan Kost 2010-03-16 10:44:01 +02:00
parent 5ff43184cf
commit 74ea1b5fcf

View file

@ -118,6 +118,22 @@ Resolving deltas: 100% (240/240), done.
directory before continuing.
</para>
</note>
<para>
Now one needs to adjust the <filename>Makefile.am</filename> to use the
new filenames and run <filename>autogen.sh</filename> to bootstrap the
build environment. After that the project can be built using the well
known <userinput>make &amp;&amp; sudo make install</userinput>.
</para>
<note>
<para>
Be aware that by default <filename>autogen.sh</filename> and
<filename>configure</filename> would choose <filename class="directory">/usr/local</filename>
as a default location. One would need to add
<filename class="directory">/usr/local/lib/gstreamer-0.10</filename>
to <symbol>GST_PLUGIN_PATH</symbol> in order to make the new plugin
show up in gstreamer.
</para>
</note>
</sect1>
<!-- ############ sect1 ############# -->