https://github.com/pmateusz/quake
https://github.com/pmateusz/quake
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmateusz/quake
- Owner: pmateusz
- License: mit
- Created: 2019-12-05T21:11:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T18:10:01.000Z (over 5 years ago)
- Last Synced: 2024-12-29T02:50:40.073Z (5 months ago)
- Language: C++
- Size: 10.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QUAKE
## Development
```shell
git clone [email protected]:pmateusz/quake.git
mkdir build && cd build
cmake ..
make --jobs 4
```## Data Sources
Astronomical data about sunrise and sunset were downloaded from [Her Majesty's Nautical Almanac Office](http://astro.ukho.gov.uk/).
## Troubleshooting
1. During build make asks for username and password to a GitHub accountEnsure SSH Agent is running. The following command should print one process called ssh-agent.
```shell
pmateusz@debian:~/dev/quake/build$ ps -p $SSH_AGENT_PID
PID TTY TIME CMD
788 ? 00:00:00 ssh-agent
```