cmake
andpkg-config
must be in the system'sPATH
.git-lfs
must be in the installed (for VTK-m) (https://git-lfs.github.com/)- Patience and coffee. A full build takes about 30-45 minutes.
- Clone the repository:
git clone https://github.com/horosproject/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