As per title
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING232eb7ae769d: Allow for running secp256k1 java build/tests out of tree
rABC232eb7ae769d: Allow for running secp256k1 java build/tests out of tree
mkdir -p src/secp256k1/build cd src/secp256k1 mkdir -p src/java/guava wget https://search.maven.org/remotecontent?filepath=com/google/guava/guava/18.0/guava-18.0.jar -O src/java/guava/guava-18.0.jar ./autogen.sh cd build ../configure --enable-jni --enable-experimental --enable-module-ecdh make check-java
(make check-java may pass or fail depending of D2685)
Use make clean to remove the .class files generated by javac.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- secp256k1_build_out_of_tree
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5258 Build 8579: Bitcoin ABC Buildbot (legacy) Build 8578: arc lint + arc unit