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

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

Awesome Lists containing this project

README

          

# OpenMiner Launcher

[![Build Status](https://travis-ci.com/Unarelith/openminer_launcher.svg?branch=master)](https://travis-ci.com/Unarelith/openminer_launcher)
[![License](https://img.shields.io/badge/license-LGPLv2.1%2B-blue.svg)](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.