Translations of this page?:

twister

Peer-to-peer microblogging

User Tools

Site Tools


using:howto:compiling_twister_on_ubuntu_12.04

This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

**if you have not installed git, you should do this firest:** sudo apt-get install git **then get install twister:** 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 ./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 ** then goto your browser:** http://127.0.0.1:28332/index.html

using/howto/compiling_twister_on_ubuntu_12.04.1391320539.txt.gz · Last modified: 2014/02/02 06:55 by lifent