premiere-libtorrent/docs/ubuntu_6_build_notes.html

56 lines
1.9 KiB
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
<title></title>
<meta name="author" content="Torsten Bergander" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div class="document">
<table class="docinfo" frame="void" rules="none">
<col class="docinfo-name" />
<col class="docinfo-content" />
<tbody valign="top">
<tr><th class="docinfo-name">Author:</th>
<td>Torsten Bergander</td></tr>
</tbody>
</table>
<div class="section">
<h1><a id="building-libtorrent-0-11-on-ubuntu-edy-eft-6-10" name="building-libtorrent-0-11-on-ubuntu-edy-eft-6-10">building libtorrent-0.11 on ubuntu Edy Eft 6.10</a></h1>
<ol class="arabic">
<li><p class="first">Install prerequisites (maybe cann be stripped down but it works):</p>
<pre class="literal-block">
sudo apt-get install bjam boost-build libboost-date-time-dev
libboost-date-time1.33.1 libboost-filesystem-dev
libboost-filesystem1.33.1 libboost-graph-dev libboost-graph1.33.1
libboost-iostreams-dev libboost-iostreams1.33.1
libboost-program-options-dev libboost-program-options1.33.1
libboost-regex-dev libboost-regex1.33.1 libboost-serialization-dev
libboost-signals-dev libboost-signals1.33.1 libboost-test-dev
libboost-test1.33.1 libboost-thread-dev libboost-thread1.33.1
libboost-wave-dev libboost-dev
</pre>
</li>
<li><p class="first">Get release tar ball (0.11 at time of writing), unpack, change into:</p>
<pre class="literal-block">
libtorrent-0.11 dir
</pre>
</li>
<li><p class="first">Build and install:</p>
<pre class="literal-block">
export BOOST_BUILD_PATH=/usr/share/boost-build/tools
./configure
make
sudo make install
</pre>
</li>
</ol>
</div>
</div>
</body>
</html>