Renku is a simple cross platform Image Board and Booru browser
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
672 B

  1. # Renku
  2. Renku is a simple cross platform Image Board and Booru Browser
  3. # Development
  4. ## Prerequisites
  5. - Python 3.6+
  6. - Poetry
  7. - PyEnv
  8. # Building
  9. A number of scripts have been created to help build the project
  10. - `scripts/clean.sh` This script is responsible for cleaning the working directories used during builds
  11. - `scripts/nuitka_build.sh` This script performs the required steps to compile and package the application with nuitka
  12. - `scripts/mac_app_bundle` This script performs the required steps to take a nuitka compiled application and package it for Mac OS
  13. # License
  14. Renku is licensed under the GPLv3
  15. Additional information can be found in the LICENSE file