Horos
Horos™ is a free, open source medical image viewer. The goal of the Horos Project is to develop a fully functional, 64-bit medical image viewer for OS X. Horos is based upon OsiriX and other open source medical imaging libraries. Horos is made freely available under the GNU Lesser General Public License, Version 3 (LGPL-3.0). Horos is linked against the Grok JPEG 2000 library, for fast viewing of JPEG 2000 images. This library is licensed under the terms of the GNU Affero General Public License.
Install / Use
/learn @horosproject/HorosREADME
Build instructions
Prerequisites
cmakeandpkg-configmust be in the system'sPATHor installed at/opt/local/bin(Intel) or/opt/homebrew/bin(Apple Silicon).git-lfsmust be in the installed (for VTK-m) (https://git-lfs.github.com/)- Patience or a fast Mac, a full build takes from 5 minutes to 30 minutes.
Build
- Clone the repository:
git clone https://github.com/frnext/horos.git
Option 1 (GUI)
- Open
Horos.xcodeprojin Xcode - Build (Command+B)
Option 2 (terminal)
- Go to the project root directory
make
Additional remarks
The project uses git submodules and depends on files that are in a zipped format. The build process takes care of these dependencies, but you can invoke the steps manually:
- To unzip the binaries, you can build the target
Unzip Binaries - To initialize the submodules:
git submodule update --init --recursive
For more information on this code, visit horosproject.org
