From 02fc4b255b2d251413221f9eca62a618a5a3ab82 Mon Sep 17 00:00:00 2001 From: Chris Rorden Date: Tue, 28 Nov 2017 16:52:42 -0500 Subject: [PATCH] Clarify build instructions https://www.nitrc.org/forum/reply.php?msg_id=22971&group_id=889 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97eb97b9..f80a9fdc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ mkdir build && cd build cmake .. make ``` -`dcm2niix` will be created in the `bin` subfolder. To install on the system run `make install`. +`dcm2niix` will be created in the `bin` subfolder. To install on the system run `make install` instead of `make` - this will copy the executable to your path so you do not have to provide the full path to the executable. **optional building with OpenJPEG:**