twister

Peer-to-peer microblogging

User Tools

Site Tools


using:howto:compiling_twister_on_fedora_20

====== Differences ====== This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
using:howto:compiling_twister_on_fedora_20 [2014/02/19 20:19]
natir litle error
using:howto:compiling_twister_on_fedora_20 [2014/02/22 12:35]
bartz_daniel old revision restored (2014/02/16 22:33)
Line 29: Line 29:
  
 <​code>​ <​code>​
 +cd ~
 +
 git clone https://​github.com/​miguelfreitas/​twister-core.git git clone https://​github.com/​miguelfreitas/​twister-core.git
  
-cd twister-core/​+cd twister-core/​libtorrent
  
 ./​autotool.sh ./​autotool.sh
  
-./configure+./​configure ​--enable-logging --enable-debug --enable-dht --with-boost-system=boost_system \ 
 +            --with-boost-libdir=/​usr/​lib64/​ --with-openssl=/​opt/​openssl-compat-bitcoin/​
  
 make make
 +
 +cd ../src
 +
 +make -f makefile.unix OPENSSL_LIB_PATH=/​opt/​openssl-compat-bitcoin/​lib \
 +                      LDFLAGS=-Wl,​-rpath,/​opt/​openssl-compat-bitcoin/​lib
 </​code>​ </​code>​
  
Line 55: Line 63:
  
 <​code>​ <​code>​
-~/​twister-core/​twisterd -rpcallowip=127.0.0.1 -daemon+~/​twister-core/src/twisterd -rpcallowip=127.0.0.1 -daemon
 </​code>​ </​code>​
using/howto/compiling_twister_on_fedora_20.txt · Last modified: 2014/03/25 11:46 by bartz_daniel