Skip to content
/ horos Public
forked from horosproject/horos

Horos™ is a free, open source DICOM image viewer. Horos has not been tested or approved for clinical use. It is NOT certified as a medical device. You cannot use it for medical imaging. Horos is based upon OsiriX and other open source imaging libraries. Horos is made freely available under the GNU Lesser General Public License, Version 3 (LGPL-3…

License

Notifications You must be signed in to change notification settings

fritzt0/horos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build instructions

Prerequisites

  1. cmake and pkg-config must be in the system's PATH or installed at /opt/local/bin.
  2. git-lfs must be in the installed (for VTK-m) (https://git-lfs.github.com/)
  3. Patience or a fast Mac, a full build takes from 5 minutes to 30 minutes.

Build

  1. Clone the repository: git clone https://github.com/frnext/horos.git

Option 1 (GUI)

  1. Open Horos.xcodeproj in Xcode
  2. Build (Command+B)

Option 2 (terminal)

  1. Go to the project root directory
  2. 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

About

Horos™ is a free, open source DICOM image viewer. Horos has not been tested or approved for clinical use. It is NOT certified as a medical device. You cannot use it for medical imaging. Horos is based upon OsiriX and other open source imaging libraries. Horos is made freely available under the GNU Lesser General Public License, Version 3 (LGPL-3…

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 38.6%
  • Objective-C 30.3%
  • C 16.2%
  • Objective-C++ 14.1%
  • Smarty 0.4%
  • HTML 0.2%
  • Other 0.2%