Skip to content

Commit

Permalink
Merge pull request #124 from wtclarke/doc_missing-dependency
Browse files Browse the repository at this point in the history
Add missing dependency for ismrmrd package
  • Loading branch information
kspaceKelvin authored Apr 17, 2023
2 parents a8814d9 + dfd5616 commit c3a5ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The siemens_to_ismrmrd convertor is used to convert data from Siemens raw data f
The dependencies mentioned above should be included in most linux distributions. On Ubuntu, the user can install all required dependencies with:
```sh
$ sudo apt-get install g++ cmake git
$ sudo apt-get install libboost-all-dev xsdcxx libxerces-c-dev libhdf5-serial-dev h5utils hdf5-tools libtinyxml-dev libxml2-dev libxslt1-dev
$ sudo apt-get install libboost-all-dev xsdcxx libxerces-c-dev libhdf5-serial-dev h5utils hdf5-tools libtinyxml-dev libxml2-dev libxslt1-dev libpugixml-dev
```
### Installing ISMRMRD:

Expand Down

0 comments on commit c3a5ed2

Please sign in to comment.