Skip to content

Install guide

梨子(Riko) edited this page Oct 17, 2019 · 3 revisions

Archlinux

  1. librcnb is now available on aur
  2. Install it with your favorite aur client: e.g. yay -S librcnb

Build from source

  1. Requirements:
    • cmake: not too old
    • build-essentials: choose in your favor
  2. git clone https://github.com/rcnbapp/librcnb.git && cd librcnb
  3. cmake .
  4. cmake --build .
  5. sudo cmake --install .

Clone this wiki locally