Skip to content

A server management tool that has nothing to do with cats.

License

GPL-3.0, BSL-1.0 licenses found

Licenses found

GPL-3.0
LICENSE.md
BSL-1.0
LICENSE_1_0.txt
Notifications You must be signed in to change notification settings

Link1J/Bakaneko

Repository files navigation

Bakaneko

GitHub release (latest SemVer) GitHub

A server management tool that has nothing to do with cats.

Build Status

Server

Build Type Status
Linux (GLibc) Build Status

Client

Build Type Status
Linux (GLibc) Build Status

Building

Windows

Requirements

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.

Instructions

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 ..

Linux

Requirements

  • 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.

Instructions

git clone --recursive https://github.com/link1j/bakaneko && cd bakaneko
mkdir build && cd build
cmake ..

Android

Requirements

Instructions

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

Contributing

Please refer to our Contributing Guide for more details.

Author

👤 Jared Irwin

Show your support

Give a ⭐️ if this project helped you!

📝 License

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

About

A server management tool that has nothing to do with cats.

Topics

Resources

License

GPL-3.0, BSL-1.0 licenses found

Licenses found

GPL-3.0
LICENSE.md
BSL-1.0
LICENSE_1_0.txt

Stars

Watchers

Forks