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
using:howto:compiling_twister_on_fedora_20 [2014/02/22 12:35]
bartz_daniel old revision restored (2014/02/16 22:33)
using:howto:compiling_twister_on_fedora_20 [2014/03/25 11:46] (current)
bartz_daniel
Line 26: Line 26:
 **Now get twister installed** **Now get twister installed**
  
-For the core (here on x86_64, replace lib64 with lib on i686)+For twister-core
  
 <​code>​ <​code>​
Line 33: Line 33:
 git clone https://​github.com/​miguelfreitas/​twister-core.git git clone https://​github.com/​miguelfreitas/​twister-core.git
  
-cd twister-core/libtorrent+cd twister-core
  
 ./​autotool.sh ./​autotool.sh
  
-./configure --enable-logging --enable-debug --enable-dht --with-boost-system=boost_system ​+./​configure ​PKG_CONFIG_PATH=/​opt/​openssl-compat-bitcoin/​lib/​pkgconfig ​
-            ​--with-boost-libdir=/​usr/​lib64/ ​--with-openssl=/​opt/​openssl-compat-bitcoin/​+            ​LIBS=-Wl,-rpath,/​opt/​openssl-compat-bitcoin/​lib
  
 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 63: Line 58:
  
 <​code>​ <​code>​
-~/​twister-core/src/twisterd -rpcallowip=127.0.0.1 -daemon+~/​twister-core/​twisterd -rpcallowip=127.0.0.1 -daemon
 </​code>​ </​code>​
using/howto/compiling_twister_on_fedora_20.1393068901.txt.gz · Last modified: 2014/02/22 12:35 by bartz_daniel