We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51a31fd commit 4ac43eaCopy full SHA for 4ac43ea
.travis.yml
@@ -12,15 +12,17 @@ install:
12
- sudo apt-get install -qq gcc-4.8 g++-4.8
13
- export CXX="g++-4.8"
14
15
+ - cd ..
16
- git clone https://github.com/cinemast/libjson-rpc-cpp
17
- cd libjson-rpc-cpp
18
- mkdir build
19
- cd build
20
- cmake ..
21
- make && sudo make install
- - cd ../..
22
+ - cd ../../bitcoin-api-cpp
23
24
before_script:
25
+ - mkdir build
26
27
28
README.md
@@ -23,6 +23,7 @@ For the latter the instructions on [libjson-rpc-cpp](https://github.com/cinemast
Navigate to the root directory of the library and proceed as follows:
```sh
+mkdir build
cd build
cmake ..
29
make
build/build_here.txt
0 commit comments