diff options
author | Sven Gothel <[email protected]> | 2020-10-16 17:09:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-10-16 17:09:50 +0200 |
commit | 2057cae7bfb6a8feb8267d3bf106bbfd9da645cb (patch) | |
tree | 883243f89d5a025b41d9576088bbd461e0a3efca /README.md | |
parent | 2d930d944f63cb431b91697ce9cbac437a5cf96d (diff) |
README: 'git clone': Add '--recurse-submodules' option to also clone and init jaucpp submodule
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ apt install doxygen graphviz For a generic build use: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~{.sh} CPU_COUNT=`getconf _NPROCESSORS_ONLN` -git clone https://jausoft.com/cgit/direct_bt.git +git clone --recurse-submodules https://jausoft.com/cgit/direct_bt.git cd direct_bt mkdir build cd build |