Hjälp med att installera program
Postat: 12 nov 2018, 23:54
Hej!
Är ny på ubuntu och allmänt halvkass på datorer. Behöver hjälpt att installera en BTCP wallet. Men vet inte hur jag skall göra riktigt.
här är programvaran för nedladdning: https://github.com/BTCPrivate/electrum-btcp/releases/
Hittade en beskrivning på hur man gör på nätet men det funkar ändå inte.
Ska jag ladda ner dmg och tar.gz filen?
Fattar inte vad han menar med "In case linux you need download source code Source code (zip). Unpack it. Change the directory to the one that was in the archive" ?
---------------------------
Full installation instruction for linux here: https://github.com/BTCPrivate/electrum-btcp#for-linux
Download Current Release: https://github.com/BTCPrivate/electrum-btcp/releases/ In case linux you need download source code Source code (zip). Unpack it. Change the directory to the one that was in the archive. Then use instruction below.
Install Dependencies:
sudo apt-get install $(grep -vE "^\s*#" packages.txt | tr "\n" " ")
pip install -r requirements.txt
ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so
Compile the icons file for Qt:
pyrcc5 icons.qrc -o gui/qt/icons_rc.py
For the Linux app launcher (start menu) icon:
sudo desktop-file-install electrum.desktop
Compile the protobuf description file:
protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto
Create translations (optional):
./contrib/make_locale
Run:
./electrum-btcp
Är ny på ubuntu och allmänt halvkass på datorer. Behöver hjälpt att installera en BTCP wallet. Men vet inte hur jag skall göra riktigt.
här är programvaran för nedladdning: https://github.com/BTCPrivate/electrum-btcp/releases/
Hittade en beskrivning på hur man gör på nätet men det funkar ändå inte.
Ska jag ladda ner dmg och tar.gz filen?
Fattar inte vad han menar med "In case linux you need download source code Source code (zip). Unpack it. Change the directory to the one that was in the archive" ?
---------------------------
Full installation instruction for linux here: https://github.com/BTCPrivate/electrum-btcp#for-linux
Download Current Release: https://github.com/BTCPrivate/electrum-btcp/releases/ In case linux you need download source code Source code (zip). Unpack it. Change the directory to the one that was in the archive. Then use instruction below.
Install Dependencies:
sudo apt-get install $(grep -vE "^\s*#" packages.txt | tr "\n" " ")
pip install -r requirements.txt
ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so
Compile the icons file for Qt:
pyrcc5 icons.qrc -o gui/qt/icons_rc.py
For the Linux app launcher (start menu) icon:
sudo desktop-file-install electrum.desktop
Compile the protobuf description file:
protoc --proto_path=lib/ --python_out=lib/ lib/paymentrequest.proto
Create translations (optional):
./contrib/make_locale
Run:
./electrum-btcp