Giter VIP home page Giter VIP logo

bakaneko's Introduction

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

bakaneko's People

Contributors

link1j avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bakaneko's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.