File: README.md

package info (click to toggle)
ismrmrd 1.15.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: cpp: 6,439; ansic: 2,276; xml: 1,025; sh: 242; python: 72; makefile: 42
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