mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
pwg: mention how to build after using the project stamp
This commit is contained in:
parent
5ff43184cf
commit
74ea1b5fcf
1 changed files with 16 additions and 0 deletions
|
@ -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 && 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 ############# -->
|
||||
|
|
Loading…
Reference in a new issue