Thanks to visit codestin.com
Credit goes to github.com

Skip to content

trungnt2000/biru

 
 

Repository files navigation

License Issues GitHub Workflow Status

Biru

An online manga reading utility

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

NSFW warning

A part of this project promotes some NSFW contents, you've been warned. Support for other manga providers has been considered, but for now only NHentai is supported.

But wait, what does biru mean?

Originally, I came up with kuchibiru (唇), which means lips in Japanese, but I intentionally dropped the kuchi (口) part, because this is hentai 🤫

Dependencies

In order to run, you must have gtk3 and libsoup installed, depends on your GNU/Linux distro, package names may vary. Vala compiler and meson are required to build, not to run.

# on Archlinux
sudo pacman -S --needed gtk3 libsoup vala meson
# on Ubuntu
sudo apt-get install libvala-dev valac meson libgtk-3-dev libsoup-gnome2.4-dev libjson-glib-dev

Building

Clone this project

git clone https://github.com/l4rzy/biru.git

Go to project folder, and call meson to generate build files in a new directory (b in this case)

cd biru
meson b

Go to build folder and call ninja to build

cd b
ninja

Run with

./biru

Screenshots

details reader

More at Screenshots

Contributing

Please read CONTRIBUTING.md

Authors

  • l4rzy - Initial work -

Acknowledges

Special thanks

License

GPLv3

About

An online manga reading utility (WIP)

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 96.6%
  • CSS 2.0%
  • Meson 1.3%
  • Shell 0.1%