Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 379 Bytes

BUILD.md

File metadata and controls

27 lines (19 loc) · 379 Bytes

Build Instructions for SimplePracticalAstronomy

Dependencies

  • CMake (version 3 or above)
  • C++11 compliant compiler, e.g. g++, clang.

Build

# Assumes you're in the SimplePracticalAstronomy directory.
cd build

# Create Makefile
cmake ..

# Build
make clean
make all

Test

# Assumes you are in the build/ directory already
./spa_unit_test