Author

Topic: How to compile from github? (Read 795 times)

newbie
Activity: 40
Merit: 0
February 05, 2017, 08:27:00 AM
#9
I think a lot of deliberate misleading description that only gurus and programmers are able to access these. Simple user will never be able to do these things.
newbie
Activity: 40
Merit: 0
February 05, 2017, 05:56:35 AM
#8
If try build a qt wallet in qt creator (open coin.qt-pro file, and build, then errors (zeitcoin example):
Code:
Makefile:556: recipe for target 'zeitcoin-qt' failed
make: *** [zeitcoin-qt] Error 1
11:52:30: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project zeitcoin-qt (kit: Desktop Qt 5.7.0 GCC 64bit)
When executing step "Make"

zeitcoin-qt missing.
newbie
Activity: 40
Merit: 0
February 05, 2017, 05:49:48 AM
#7
If run this command line
"cd src/
make -f makefile.unix"
then write this error message:
"g++: error: /home/droid/paycon/PayCon-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/droid/paycon/PayCon-master/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:289: recipe for target 'PayCond' failed
make: *** [PayCond] Error 1"

For debian/ubuntu/mint
Code:
sudo apt-get install ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-* libssl-dev libqrencode-dev libcurl4-openssl-dev curl libzip-dev libzip2 libminiupnpc-dev

chmod 755 /home/droid/paycon/PayCon-master/src/leveldb/*

Code:
sh build_detect_platform build_config.mk ./
This command required, or not? They should, however, is nowhere suggested. interesting.
newbie
Activity: 40
Merit: 0
February 05, 2017, 05:43:11 AM
#6
if your looking for a step by step guide on how to install a coin from a github source code then your best bet would be going to google and using the search engine to find the results.
most of the description is inaccurate, incomplete. It does not continue to stop because of failures. qt wallet is not a single case of any description.
show me a link to where it is described. Use google. lol.
legendary
Activity: 3122
Merit: 1102
Leading Crypto Sports Betting & Casino Platform
February 04, 2017, 10:43:04 AM
#5
if your looking for a step by step guide on how to install a coin from a github source code then your best bet would be going to google and using the search engine to find the results.
hero member
Activity: 762
Merit: 500
February 01, 2017, 07:44:53 PM
#4
If run this command line
"cd src/
make -f makefile.unix"
then write this error message:
"g++: error: /home/droid/paycon/PayCon-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/droid/paycon/PayCon-master/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:289: recipe for target 'PayCond' failed
make: *** [PayCond] Error 1"

For debian/ubuntu/mint
Code:
sudo apt-get install ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-* libssl-dev libqrencode-dev libcurl4-openssl-dev curl libzip-dev libzip2 libminiupnpc-dev

chmod 755 /home/droid/paycon/PayCon-master/src/leveldb/*
newbie
Activity: 40
Merit: 0
January 31, 2017, 06:37:31 AM
#3
If run this command line
"cd src/
make -f makefile.unix"
then write this error message:
"g++: error: /home/droid/paycon/PayCon-master/src/leveldb/libleveldb.a: No such file or directory
g++: error: /home/droid/paycon/PayCon-master/src/leveldb/libmemenv.a: No such file or directory
makefile.unix:289: recipe for target 'PayCond' failed
make: *** [PayCond] Error 1"
sr. member
Activity: 462
Merit: 250
January 31, 2017, 06:21:38 AM
#2
If you go to a repository on github there will almost always be a file with instructions on how to compile (Readme, Install, /doc,...). In the example you gave they were located in the "doc" folder, in there, there is a file called "build-unix" this contains build instruction for linux (there's also one for osx and windows). In this case it's as easy as going into the src directory and building it with the included makefile. If you get an error make sure you have the right dependencies installed (also listed in the document).
newbie
Activity: 40
Merit: 0
January 31, 2017, 05:48:31 AM
#1
I tried to install a couple of coins GitHub code, but none succeeded. For example, this (or other): https://github.com/muddafudda/PayCon

Please step-by step guide (linux mint,64)
Jump to: