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:
authorFrank Seide <fseide@microsoft.com>2018-03-20 23:35:45 +0300
committerFrank Seide <fseide@microsoft.com>2018-03-20 23:35:45 +0300
commit3a8a10a2e5fc4865b7633c7187127cc319ea1f17 (patch)
tree8f7c43b3a2b35f5986d75bbfbfb9227281be6629 /README.md
parentcd01415167ee7ed27f12f5a57ada6e56e3142ff8 (diff)
added build command to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 34114c72..9d7635ad 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,16 @@ repository.
Named in honour of Marian Rejewski, a Polish mathematician and cryptologist.
+## Compilation
+
+```
+cd marian-dev
+mkdir -p build
+cd build
+cmake .. -DCMAKE_BUILD_TYPE=relwithdebinfo
+make -j
+```
+
## Website
More information on https://marian-nmt.github.io