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
- Host: GitHub
- URL: https://github.com/iamnotprogrammer/astrotime
- Owner: IamNotProgrammer
- License: agpl-3.0
- Created: 2020-03-15T04:21:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T19:01:35.000Z (over 3 years ago)
- Last Synced: 2025-01-31T07:27:11.183Z (4 months ago)
- Topics: astronomy, c-plus-plus, qt, sidereal-time, time
- Language: C++
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AstroTime
Program to calculate different times in astronomyHow to download it?
use this link
https://github.com/IamNotProgrammer/AstroTime/releases/download/v0.0.0/astrotimeOr if youre masochist compile it yourself. If you're on windows don't ask me how.
On Linux
download qtclone 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