SovCoinX / SovCoin

SOV -X16R
MIT License
10 stars 9 forks source link

The commands do not work. #1

Closed Krot666 closed 6 years ago

Krot666 commented 6 years ago

I ran these commands one at a time: ./autogen.sh ./configure make But the make command does not work! screenshot_2

AnarchistsPrime commented 6 years ago

(not an issue,run) make clean ./autogen.sh && ./configure --with-incompatible-bdb && make

Krot666 commented 6 years ago

Does not work((

screenshot_2

AnarchistsPrime commented 6 years ago

cd SovCoin/src/secp256k1/ ./autogen.sh ./configure make cd.. cd..

Then compile again.

Krot666 commented 6 years ago

Nothing happens (( 2 3

SovCoinX commented 6 years ago

@Krot666 the commands should be working, can you please confirm if you managed to compile?

Compile the source from normal!

SovCoin ./autogen.sg ./configure make

The commands to compile are working perfectly with no issues!!

Krot666 commented 6 years ago

Maybe I need a library? How to check this point? Although some errors and nothing is compiled (

SovCoinX commented 6 years ago

@Krot666 install all dependencies:

apt-get install git;apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils -y;apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev -y;apt-get install libboost-all-dev -y;apt-get install software-properties-common -y;add-apt-repository ppa:bitcoin/bitcoin -y;apt-get update;apt-get install libdb4.8-dev libdb4.8++-dev -y;apt-get install libminiupnpc-dev -y;apt-get install libzmq3-dev -y;apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler -y;apt-get install libqt4-dev libprotobuf-dev protobuf-compiler -y

Ubuntu 16.04

Krot666 commented 6 years ago

screenshot_1 I have a version of Jesse.

SovCoinX commented 6 years ago

Try again we changed many lines should be resolved

giaki3003 commented 6 years ago

As of update 1.3 only Gitian Builds will be supported, so we recommend building from Gitian. Thanks!