Run Minecraft servers
- Host both Java and Bedrock servers
- Host modded Java servers
- Host servers for others to join (powered by ngrok)
See CONTRIBUTING.md for details on how can you help the project and how to provide information so we can help you in case of troubles with the app.
Miniera uses vcpkg to manage its dependencies and cmake as its build system.
Ensure both vcpkg and cmake are installed on your system before building.
A C++20 compiler is also required to build Miniera.
If building the GNOME version, blueprint-compiler must be installed from your system package manager as it is not available on vcpkg.
- Set the
VCPKG_ROOTenvironment variable to the path of your vcpkg installation's root directory.
- Set the
VCPKG_DEFAULT_TRIPLETenvironment variable tox64-windows - Run
vcpkg install libnick qtbase qtcharts qtsvg qttools qlementine qlementine-icons
- Set the
VCPKG_DEFAULT_TRIPLETenvironment variable tox64-linux - Run
vcpkg install libnick libxmlpp
- Set the
VCPKG_DEFAULT_TRIPLETenvironment variable tox64-linux - Run
vcpkg install libnick qtbase qtcharts qtsvg qttools qlementine qlementine-icons
- First, clone/download the repo.
- Open a terminal and navigate to the repo's root directory.
- Create a new
builddirectory andcdinto it.
- From the
buildfolder, runcmake .. -G "Visual Studio 17 2022". - From the
buildfolder, runcmake --build . --config Release. - After these commands complete, Miniera will be successfully built and its binaries can be found in the
org.nickvision.minieria.qt/Releasefolder of thebuildfolder.
- From the
buildfolder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=gnome. - From the
buildfolder, runcmake --build .. - After these commands complete, Miniera will be successfully built and its binaries can be found in the
org.nickvision.minieria.gnomefolder of thebuildfolder.
- From the
buildfolder, runcmake .. -DCMAKE_BUILD_TYPE=Release -DUI_PLATFORM=qt. - From the
buildfolder, runcmake --build .. - After these commands complete, Miniera will be successfully built and its binaries can be found in the
org.nickvision.minieria.qtfolder of thebuildfolder.
This project follows the GNOME Code of Conduct.
