Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.18 KB

INSTALL.md

File metadata and controls

22 lines (18 loc) · 1.18 KB

Installing Ricin

Fetching the dependencies

Ubuntu (debian based)

On ubuntu you'll need to compile ToxCore, Libsodium, and filter_audio by hand, since someone already wrote how to achieve this, please follow this guide before doing the commands beside → https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#build-manually

$ apt-get install libglib2.0-0 libglib2.0-dev libjson-glib-1.0-0 libjson-glib-dev libsoup-gnome2.4-dev libnotify-dev

You'll also need libconfig that is available here: https://launchpad.net/ubuntu/wily/+package/libconfig-dev

Note that Ubuntu may prompt u for running this command in root. Just add sudo before the command and run it.

Arch (and similar distro)

$ pacman -S meson ninja vala gtk3 toxcore glib2 json-glib libsoup libnotify libconfig

Fedora

On Fedora you'll need to compile ToxCore, Libsodium, and filter_audio by hand, since someone already wrote how to achieve this, please follow this guide before doing the commands beside → https://github.com/irungentoo/toxcore/blob/master/INSTALL.md#build-manually

$ dnf install valac glib2 gtk3 gtk3-devel json-glib libsoup libnotify libconfig libconfig-dev