You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Installation and testing
30
30
31
31
* To compile: `make all`
32
32
* To run tests: `make test`. Requires `cxxtestgen` on the PATH. In the WTSI environment, can use `module load cxxtest/$(VERSION)`.
33
-
* To install simtools and normalize_manifest: `make install DIR=$(DESTINATION)` will install executables to the `bin` subdirectory of `$DESTINATION`.
33
+
* To install simtools and normalize_manifest: `make install PREFIX=$(DESTINATION)` will install executables to the `bin` subdirectory of `$DESTINATION`.
34
34
* To install g2i to /software/varinf: `make install_g2i`
0 commit comments