This is the next generation of Pretzel. This version will be a complete rewrite and restructuring of the code as well as a completely new UI/UX design.
For user support, first refer to the documentation. If further support is needed, visit the Discord server.
If a feature is missing feel free to suggest it. Either put something in the Discord server or open an issue in either GitLab or GitHub.
If a bug is found, please open an issue either on GitLab or GitHub.
This guide assumes you are using MSYS2.
All dependencies are submodules downloaded into the thirdparty directory except for Qt. Download the Qt Online Installer and follow the prompts to download the latest Qt 5.15 version.
-
Get Pretzel's source code with
git clone --recursive https://gitlab.com/GetPretzel/Pretzel.git
-
Run
mkdir build && cd build && cmake ..
(if on Windows, the-G "MSYS Makefiles"
flag may need to be added to thecmake
command to use MSYS 2) -
Run
make
Contributions are welcome! Check out the contributing guide.
Before contributing or participating in discussions with the community, please take a moment to read through the code of conduct.
Pretzel is released under the GNU General Public License v3.