Merge pull request #1116 from SBCV/readme

Added missing configure step to readme.md
pull/1117/head
Piero Toffanin 2020-06-03 12:47:22 -04:00 zatwierdzone przez GitHub
commit 03d9c6415a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -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