Skip to content

Commit 4ac43ea

Browse files
author
Krzysztof Okupski
committed
Updated directory structure and build
1 parent 51a31fd commit 4ac43ea

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ install:
1212
- sudo apt-get install -qq gcc-4.8 g++-4.8
1313
- export CXX="g++-4.8"
1414

15+
- cd ..
1516
- git clone https://github.com/cinemast/libjson-rpc-cpp
1617
- cd libjson-rpc-cpp
1718
- mkdir build
1819
- cd build
1920
- cmake ..
2021
- make && sudo make install
21-
- cd ../..
22+
- cd ../../bitcoin-api-cpp
2223

2324
before_script:
25+
- mkdir build
2426
- cd build
2527
- cmake ..
2628

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ For the latter the instructions on [libjson-rpc-cpp](https://github.com/cinemast
2323
Navigate to the root directory of the library and proceed as follows:
2424

2525
```sh
26+
mkdir build
2627
cd build
2728
cmake ..
2829
make

build/build_here.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)