Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-06 13:54:56 +0300
committerMarcin Junczys-Dowmunt <junczys@amu.edu.pl>2017-03-06 13:54:56 +0300
commit51eeb43205876d4982941904279fab1f8a0358f5 (patch)
tree8fe97d680d7b7e68e02a7c3765567ae248491bae /README.md
parent953ac885bf3106de30bbacf3f6b0f734932e7bca (diff)
Revert "Made spdlog a proper git submodule and upgraded to the latest version."
I would like to keep it frozen, it changes too often. This reverts commit 3d575c42f6c814e2fe33f8f75f08f63f08c410ee.
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index bfc121d5..c4b5fa1a 100644
--- a/README.md
+++ b/README.md
@@ -23,11 +23,7 @@ Requirements:
Compilation with `cmake > 3.5`:
-```
-git submodule init
-git submodule update
-mkdir build
-cd build
-cmake ..
-make -j
-``` \ No newline at end of file
+ mkdir build
+ cd build
+ cmake ..
+ make -j