<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mariano Guerra's Log (Publicaciones sobre ubuntu)</title><link>http://marianoguerra.org/</link><description></description><atom:link href="http://marianoguerra.org/es/categories/ubuntu.xml" rel="self" type="application/rss+xml"></atom:link><language>es</language><lastBuildDate>Mon, 18 Nov 2024 17:56:27 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>How To Build Twister Distributed Microblog on Ubuntu 13.10 (Saucy)</title><link>http://marianoguerra.org/es/posts/how-to-build-twister-distributed-microblog-on-ubuntu-1310-saucy/</link><dc:creator>Mariano Guerra</dc:creator><description>&lt;p&gt;today I found out about &lt;a class="reference external" href="http://twister.net.co/?page_id=16"&gt;twisterd&lt;/a&gt; and I wanted
to give it a try (and reserve my username ;) so I tried and it took a while
to get all the dependencies right, to avoid you the pain here is the guide.&lt;/p&gt;
&lt;p&gt;take into account the comments in the script.&lt;/p&gt;
&lt;p&gt;just a console dump, it should work just by pasting the commands in order:&lt;/p&gt;
&lt;pre class="literal-block"&gt;mkdir twister
cd twister
sudo apt-get update
sudo apt-get install libssl-dev libdb-dev libdb++-dev libminiupnpc-dev libboost-all-dev build-essential git autoconf libtool
git clone https://github.com/miguelfreitas/twister-core.git
git clone https://github.com/miguelfreitas/twister-html.git
mkdir ~/.twister
mv twister-html ~/.twister/html
cd twister-core/libtorrent

# NOTE: the following command will fail with an error about boost, ignore
# it and run the following commands

./bootstrap.sh
./configure --enable-logging --enable-debug --enable-dht --with-boost-libdir=/usr/lib/x86_64-linux-gnu/
make
cd ../src
make -f makefile.unix
./twisterd -daemon -rpcuser=user -rpcpassword=pwd -rpcallowip=127.0.0.1&lt;/pre&gt;
&lt;p&gt;BTW I'm @mariano :)&lt;/p&gt;</description><guid>http://marianoguerra.org/es/posts/how-to-build-twister-distributed-microblog-on-ubuntu-1310-saucy/</guid><pubDate>Wed, 08 Jan 2014 18:39:33 GMT</pubDate></item></channel></rss>