Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.15 branch is missing depends/Makefile #24

Closed
tnkmt opened this issue Jan 24, 2018 · 1 comment
Closed

0.15 branch is missing depends/Makefile #24

tnkmt opened this issue Jan 24, 2018 · 1 comment

Comments

@tnkmt
Copy link

tnkmt commented Jan 24, 2018

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).

@dArkjON
Copy link
Member

dArkjON commented Aug 22, 2018

This is the normal "Node" configure setting :

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

@dArkjON dArkjON closed this as completed Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants