Skip to content

Commit

Permalink
change cli to core in REAME; simplify linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
lumenano committed Aug 2, 2018
1 parent 17c0783 commit ddda74e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Conceal is a free open source privacy protected peer-to-peer digital cash system

## Resources
- Web: [conceal.network](https://conceal.network/)
- GitHub: [https://github.com/TheCircleFoundation/conceal-cli](https://github.com/TheCircleFoundation/conceal-cli)
- GitHub: [https://github.com/TheCircleFoundation/conceal-core](https://github.com/TheCircleFoundation/conceal-core)
- Discord: [https://discord.gg/YbpHVSd](https://discord.gg/YbpHVSd)
- Twitter: [https://twitter.com/ConcealNetwork](https://twitter.com/ConcealNetwork)
- Medium: [https://medium.com/@ConcealNetwork](https://medium.com/@ConcealNetwork)
Expand All @@ -28,11 +28,9 @@ Conceal is a free open source privacy protected peer-to-peer digital cash system

#### Building

- `git clone https://github.com/TheCircleFoundation/conceal-cli`
- `cd conceal-cli`
- `mkdir build && cd $_`
- `cmake ..`
- `make`
- `git clone https://github.com/TheCircleFoundation/conceal-core`
- `cd conceal-core`
- `make build-release`

If the build is successful the binaries will be in the src folder.

Expand All @@ -48,7 +46,8 @@ If the build is successful the binaries will be in the src folder.
##### Building

- From the start menu, open 'x64 Native Tools Command Prompt for vs2017' or run "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsMSBuildCmd.bat" from any command prompt.
- `cd conceal-cli`
- `git clone https://github.com/TheCircleFoundation/conceal-core`
- `cd conceal-core`
- `mkdir build`
- `cd build`
- `cmake -G "Visual Studio 15 2017 Win64" -DBOOST_LIBRARYDIR:PATH=c:/local/boost_1_67_0 ..` (Or your boost installed dir.)
Expand Down

0 comments on commit ddda74e

Please sign in to comment.