Jump to content

GstWebRTC - Building GstWebRTC: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 120: Line 120:
       <td>Tegra TX2</td>
       <td>Tegra TX2</td>
       <td>--prefix /usr/ --libdir /usr/lib/aarch64-linux-gnu/</td>
       <td>--prefix /usr/ --libdir /usr/lib/aarch64-linux-gnu/</td>
    </tr>
    <tr>
      <td>MacOSX</td>
      <td>--prefix /opt/local/</td>
     </tr>
     </tr>
     <caption>Table 1. Platform configuration options</caption>
     <caption>Table 1. Platform configuration options</caption>
Line 129: Line 125:
   </center>
   </center>
</html>
</html>
=== Mac OSX ===
Export the PKG_CONFIG_PATH variable to /opt/local/
<syntaxhighlight lang='bash'>
export PKG_CONFIG_PATH=/opt/local/lib/pkgconfig
</syntaxhighlight>
<syntaxhighlight lang='bash'>
./autogen.sh --prefix /opt/local/
./configure
make
sudo make install
</syntaxhighlight>


==Verify==
==Verify==
434

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.