A server management tool that has nothing to do with cats.
Build Type | Status |
---|---|
Linux (GLibc) |
Build Type | Status |
---|---|
Linux (GLibc) |
- Craft
- Visual Studio 2019
- cmake
Craft has a guide for installation here. It is used to provide the KDE libaries on Windows.
MinGW is not supported, and may never be supported.
From a Craft prompt, run the command bellow to install the needed libaries.
craft kirigami ki18n kcrash knotifications kcoreaddons kiconthemes qqc2-desktop-style libssh boost-system protobuf
Then clone the repo,
git clone --recursive https://github.com/link1j/bakaneko && cd bakaneko
And finally build
mkdir build && cd build
cmake ..
- A C++ compiler with C++17 support
- cmake >= 3.16
- Qt >= 5.14 < 6.0.0
- Core
- Gui
- Qml
- QuickControls2
- Svg
- git
- KDE Frameworks >= 5.75.0
- Kirigami
- KI18n
- KCrash
- KCoreAddons
- KIconThemes
- Extra CMake Modules
All of these can be installed by your package manager. If not follow the Windows guide.
git clone --recursive https://github.com/link1j/bakaneko && cd bakaneko
mkdir build && cd build
cmake ..
First clone the repo
git clone --recursive https://github.com/link1j/bakaneko && cd bakaneko
Build the docker image
docker build -f "scripts/Dockerfile.android" -t bakaneko-android:latest "scripts"
Then run docker
docker run -ti --rm -v ${PWD}/apks:/output -v ${PWD}:/home/user/src/bakaneko bakaneko-android bash /home/user/src/bakaneko/scripts/build_android_docker.sh
Please refer to our Contributing Guide for more details.
👤 Jared Irwin
- Website: link1j.me
- Github: @Link1J
- LinkedIn: @jaredirwin
Give a ⭐️ if this project helped you!
Copyright © 2020 Jared Irwin.
This project is GPL v3 or later licensed.
Some files are also licensed under Boost Software License 1.0, as to allow the file's use in external projects without forcing GPL onto them. Files with the dual GPLv3/BSL-1.0 will say so at the top.
Licenses for external libaries used are in NOTICES.md