This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Aug 07 20:41:36 -0700 2008 | [James Kyle] |
| |
CMakeLists.txt | Sat Nov 08 12:12:14 -0800 2008 | [krunk] |
| |
ImgLib/ | Fri Oct 24 12:53:35 -0700 2008 | [krunk] |
| |
License | Mon Aug 11 12:40:44 -0700 2008 | [James Kyle] |
| |
README | Sun Aug 17 12:40:00 -0700 2008 | [James Kyle] |
| |
ShowAnaHdr/ | Wed Aug 06 07:20:58 -0700 2008 | [James Kyle] |
| |
analysis/ | Sun Oct 26 14:31:15 -0700 2008 | [krunk] |
| |
colorize/ | Sun Aug 17 09:06:27 -0700 2008 | [James Kyle] |
| |
convolve/ | Sun Oct 26 14:31:15 -0700 2008 | [krunk] |
| |
imageConversion/ | Wed Aug 06 07:20:58 -0700 2008 | [James Kyle] |
| |
xds/ | Fri Nov 07 10:05:35 -0800 2008 | [krunk] |
README
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 install is standard with the default prefix of ${UCLATOOLS_SRC_DIR}. Basically, this means you'll find al the binaries in the source directory under bin. 1. mkdir bingcc 2. cmake $project_path 3. 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





