From 112ae89eec39399e709a07112655ec7d202ea578 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 3 Jun 2020 18:22:48 +0200 Subject: [PATCH] Added missing configure step to readme.md Former-commit-id: bc439236b455ceb8532a08ec49b0264bcef8920a --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 98034a72..fcfba060 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,11 @@ $ DATA=/path/to/datasets ./start-dev-env.sh Where `/path/to/datasets` is a directory where you can place test datasets (it can also point to an empty directory if you don't have test datasets). +Run configure to set up the required third party libraries: +```bash +(odmdev) [user:/code] master+* ± bash configure.sh reinstall +``` + You can now make changes to the ODM source. When you are ready to test the changes you can simply invoke: ```bash