Navigation Menu

Skip to content

jameskyle/uclatools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages