An open API service indexing awesome lists of open source software.

https://github.com/iamnotprogrammer/astrotime

Program to calculate different times in astronomy
https://github.com/iamnotprogrammer/astrotime

astronomy c-plus-plus qt sidereal-time time

Last synced: 2 months ago
JSON representation

Program to calculate different times in astronomy

Awesome Lists containing this project

README

        

# AstroTime
Program to calculate different times in astronomy

How to download it?

use this link
https://github.com/IamNotProgrammer/AstroTime/releases/download/v0.0.0/astrotime

Or if youre masochist compile it yourself. If you're on windows don't ask me how.

On Linux
download qt

clone repository
`$ git clone https://github.com/IamNotProgrammer/AstroTime.git`

go to cloned repository
`$ cd ./AstroTime`

create Makefile
`$ qmake Astime.pro`

compile it
`$ make`

In this messy file you will see compiled file named "astrotime". That's all you needed to do. Have fun