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

**如果你还没有安装git, 请在控制台输入如下命令:** sudo apt-get install git **然后可按如下步骤安装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 **现在打开浏览器,并输入下面的URL:** http://127.0.0.1:28332/index.html

using/howto/compiling_twister_on_ubuntu_12.04.1392276411.txt.gz · Last modified: 2014/02/13 08:26 by mikewolf