File: README.md

package info (click to toggle)
ismrmrd 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,408 kB
  • sloc: cpp: 12,225; ansic: 2,449; xml: 453; python: 42; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
This is an example of a simple C project that is built on ISMRMRD.

Instructions for building:

1. Install ISMRMRD and CMake
2. Define the environment variable ISMRMRD_HOME,
   e.g. `export ISMRMRD_HOME=/usr/local/ismrmrd`
3. Compile the example:

        mkdir build
        cmake ..
        make
        ./ismrmrd_c_example