-
Notifications
You must be signed in to change notification settings - Fork 0
hazedine/MacPorts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MacPorts - A collection of image processing tools on MacOSX. INTRODUCTION ------------ This collection eases the installation on MacOS X of some software related to image processing. For now, it includes: * minc (Medical Image NetCDF) -> https://github.com/andrewjanke/minc * gmic (GREYC's Magic Image Converter) -> http://gmic.sourceforge.net * bicpl * mincblob * mincfft * mincpls * mincsample * ebtks * mincdti * mincmorph * mincregress * mni-autoreg * N3 (MNI Non-parametric Non-uniformity Normalization (N3) Package) Additional tools may be added to this list later. INSTALLATION ------------ You need a running version of MacPorts on your machine. Please see http://www.macports.org for more details. To setup this tools collection, you have to create a local MacPorts repository: 1- Pull this git repository to a local directory on your computer. mkdir -p /usr/local/MacPorts && cd /usr/local/MacPorts git clone git://github.com/hassemlal/MacPorts.git /usr/local/MacPorts 2- Edit the sources MacPorts configuration file (default: /opt/local/etc/macports/sources.conf) to add your local repository. sudo nano /opt/local/etc/macports/sources.conf add the line 'file:///usr/local/MacPorts' BEFORE any rsync line, 3- Update the index of your local repository cd /usr/local/MacPorts portindex This completes the setup process. You can now install tools using MacPorts. sudo port install minc
About
Collection of image processing tools on MacOSX.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published