77
contributi
Riga 42: | Riga 42: | ||
- go to your svn base directory | - go to your svn base directory | ||
cd retroshare-trunk | cd retroshare-trunk | ||
- create a new directory named lib | |||
mkdir lib | |||
- get source code for sqlcipher, and build it (only needed for GXS) GXS è il nuovo sistema di cache che avrà RetroShare, che userà sqlcipher per avere un database cifrato | |||
cd lib | |||
git clone git://github.com/sqlcipher/sqlcipher.git | |||
cd sqlcipher | |||
./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto" | |||
make | |||
cd .. | |||
- go to your retroshare source base directory | |||
cd src | |||
- go to libbitdht and compile it | - go to libbitdht and compile it | ||
Riga 92: | Riga 106: | ||
Aprite la cartella retroshare-trunk/src/retroshare-gui e fate doppio click sul file "RetroShare" sennò potete aprire da terminale: | Aprite la cartella retroshare-trunk/src/retroshare-gui e fate doppio click sul file "RetroShare" sennò potete aprire da terminale: | ||
retroshare-trunk/src/retroshare-gui/src/RetroShare 2> /dev/null & | retroshare-trunk/src/retroshare-gui/src/RetroShare 2> /dev/null & | ||
(il 2> /dev/null & serve per non avere troppo output inutile sul terminale). | (il 2> /dev/null & serve per non avere troppo output inutile sul terminale). | ||
contributi