翻译跟原始页面比较起来显得有些陈旧,所以可能失效。 查看更新


本页面的其他翻译?:

twister

Peer-to-peer microblogging

用户工具

站点工具


zh:using:howto:compiling_twister_on_ubuntu_12.04

Ubuntu 12.04 下编译twister

如果你还没有安装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

zh/using/howto/compiling_twister_on_ubuntu_12.04.txt · 最后更改: 2014/02/14 14:35 由 mikewolf