LIMXTEC / BitCore

BitCore (BTX) - Cryptocurrency 220 Byte Datacarriersize

Home Page:https://bitcore.cc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0.15 branch is missing depends/Makefile

tnkmt opened this issue · comments

commented

Is it safe just to copy the Makefile from the Master branch?

On 0.15 branch it's not working when I type make.

https://github.com/LIMXTEC/BitCore/tree/0.15/depends

. . .

I typed:

$ cd BitCore
$ ./autogen.sh
$ ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu
$ make

Looks like it does not need to type make into depends directory (I have the libraries needed on my system).

This is the normal "Node" configure setting :

./autogen.sh
./configure --disable-dependency-tracking --enable-tests=no --without-gui --disable-hardening
make