Skip to content

Repository files navigation

Installation:
The UCLATools project requires cmake to build. CMAKE can be obtained at
http://www.cmake.org/HTML/index.html or with your favorite package manager,
e.g. macports, fink, ports, apt, etc.
The default install places binaries in ${UCLATOOLS_SRC_DIR}/bin.
Basically, this means you'll find all the binaries in the source directory
under bin.
1. mkdir bingcc
2. cd bingcc
3. cmake ..
4. make && make install
To set a custom install path:
1. cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local ..
where "/usr/local" is your custom install path.
For debugging output. For now, this just enables verbose output.
1. cmake -DCMAKE_BUILD_TYPE:String=Debug ..

About

Set of utilities for manipulating MRI image files. Developed by Mark S. Cohen @ UCLA CCN

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages