Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.12 KB

astrosight

Image processing application for astrophotography.


Latest Release License CI Status


Build

To clone the repository on your local machine, please run the following git command in the terminal: git clone https://github.com/austinlucaslake/astrosight.git

Assuming Conan is installed, you may build and run this project as follows: conan build . -b=missing -pr=profile && ./build/Release/main

Similarly, to build and run the program in debug mode, the following command may be used instead: conan build . -b=missing -pr=profile -s=build_type=Debug && ./build/Debug/main