Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Use `make` to compile development branch
  • Loading branch information
neurolabusc authored Mar 19, 2023
1 parent bb3a6c3 commit e9b9a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ Please try the following steps to resolve your issue:
```
git clone --branch development https://github.com/rordenlab/dcm2niix.git
cd dcm2niix/console
g++ -I. main_console.cpp nii_foreign.cpp nii_dicom.cpp jpg_0XC3.cpp ujpeg.cpp nifti1_io_core.cpp nii_ortho.cpp nii_dicom_batch.cpp -o dcm2niix -DmyDisableOpenJPEG
make
./dcm2niix ....
```

0 comments on commit e9b9a64

Please sign in to comment.