https://github.com/tbe/provi-kos-check
A fast and reliable KOS check for pilots living in Providence
https://github.com/tbe/provi-kos-check
Last synced: 2 months ago
JSON representation
A fast and reliable KOS check for pilots living in Providence
- Host: GitHub
- URL: https://github.com/tbe/provi-kos-check
- Owner: tbe
- License: gpl-3.0
- Created: 2016-10-31T21:50:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T14:01:11.000Z (about 10 years ago)
- Last Synced: 2025-12-30T10:00:32.302Z (6 months ago)
- Language: C++
- Homepage:
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# Providence KOS Lookup
Helper for KOS Lookups
# Compiling
## Linux
### Requirements
* QT4
* CMake
* Phonon
### Build
```bash
mkdir build
cd build
cmake ..
make
```
## Windows
### Requirements
* QT4
* VS2010 Express
### Build
1. open the Visual Studio command shell
2. create directory for build target
3. enter build directory and execute cmake ..
4. open the resulting project files with VS and compile the code
5. copy the needed libraries and the resulting binary into the same directory
6. create the qt.conf file in the target directory
6. be happy
#### needed libraries
* plugins\imageformats\qjpeg4.dll
* plugins\phonon_backend\phonon_ds94.dll
* QtXml4.dll
* QtGui4.dll
* QtCore4.dll
* phonon4.dll
* ssleay32.dll
* libeay32.dll
* QtScript4.dll
* QtNetwork4.dll
#### qt.conf
```
[Paths]
Prefix = .
Binaries = .
Plugins = ./plugins
```