We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it safe just to copy the Makefile from the Master branch?
On 0.15 branch it's not working when I type make.
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).
depends
The text was updated successfully, but these errors were encountered:
This is the normal "Node" configure setting :
./autogen.sh ./configure --disable-dependency-tracking --enable-tests=no --without-gui --disable-hardening make
Sorry, something went wrong.
No branches or pull requests
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:
Looks like it does not need to type
make
intodepends
directory (I have the libraries needed on my system).The text was updated successfully, but these errors were encountered: