Skip to content

Commit

Permalink
Merge pull request monero-project#3431
Browse files Browse the repository at this point in the history
bb07d8d README: add instructions for cloning / submodules (anonimal)
  • Loading branch information
fluffypony committed Mar 19, 2018
2 parents 5710edf + bb07d8d commit 2c145f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@ library archives (`.a`).
[^] On Debian/Ubuntu `libgtest-dev` only includes sources and headers. You must
build the library binary manually. This can be done with the following command ```sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ ```

### Cloning the repository

Clone recursively to pull-in needed submodule(s):

`$ git clone --recursive https://github.com/monero-project/monero`

If you already have a repo cloned, initialize and update:

`$ cd monero && git submodule init && git submodule update`

### Build instructions

Monero uses the CMake build system and a top-level [Makefile](Makefile) that
Expand Down

0 comments on commit 2c145f4

Please sign in to comment.