cmake
andpkg-config
must be in the system'sPATH
or installed at/opt/local/bin
(Intel) or/opt/homebrew/bin
(Apple Silicon).git-lfs
must 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.
- Clone the repository:
git clone https://github.com/frnext/horos.git
- Open
Horos.xcodeproj
in Xcode - Build (Command+B)
- Go to the project root directory
make
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