diff options
| author | anonimal <anonimal@i2pmail.org> | 2018-03-18 17:02:14 +0000 |
|---|---|---|
| committer | anonimal <anonimal@i2pmail.org> | 2018-03-18 17:14:07 +0000 |
| commit | bb07d8d7f71f3ec75e4d46118576febfc5c7cef0 (patch) | |
| tree | 448765dd0333fa7fd4262822ba21f25ba3a24eb6 | |
| parent | 5710edf0401aa5804430bfb10b119aaa3db9873d (diff) | |
| download | monzero-core-bb07d8d7f71f3ec75e4d46118576febfc5c7cef0.tar.gz monzero-core-bb07d8d7f71f3ec75e4d46118576febfc5c7cef0.tar.xz monzero-core-bb07d8d7f71f3ec75e4d46118576febfc5c7cef0.zip | |
README: add instructions for cloning / submodules
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |
