https://github.com/unarelith/openminer_launcher
Launcher for OpenMiner
https://github.com/unarelith/openminer_launcher
cpp launcher minecraft minetest openminer qt
Last synced: about 2 months ago
JSON representation
Launcher for OpenMiner
- Host: GitHub
- URL: https://github.com/unarelith/openminer_launcher
- Owner: Unarelith
- License: lgpl-2.1
- Created: 2020-03-29T18:58:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T03:36:15.000Z (about 6 years ago)
- Last Synced: 2025-02-12T20:43:18.161Z (over 1 year ago)
- Topics: cpp, launcher, minecraft, minetest, openminer, qt
- Language: C++
- Homepage: https://github.com/Unarelith/OpenMiner
- Size: 267 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenMiner Launcher
[](https://travis-ci.com/Unarelith/openminer_launcher)
[](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html)
## Description
This is the official launcher for [OpenMiner](https://github.com/Unarelith/OpenMiner).
## How to compile
### Using Linux
- Dependencies:
- [CMake](http://www.cmake.org/download/)
- [Qt5](http://qt.io)
- _Linux users: Check your distribution repositories for packages._
- Run `cmake -B build .`
- Run `cmake --build build`
- Run `./build/openminer_launcher`
### Using Windows
- [Wiki: Compiling on Windows with MinGW-w64](https://github.com/Unarelith/openminer_launcher/wiki/Compiling-on-Windows-with-MinGW-w64)
## License
The code is licensed under LGPL v2.1.