From ce11447a1a6e1157f2d1f7dfbdfe339153d76c01 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 24 Oct 2019 20:40:44 +0300 Subject: [PATCH] Add information about building on debian systems --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 0da2e428f..b0a18cbb5 100644 --- a/README +++ b/README @@ -48,6 +48,12 @@ While the project is in early development, meli will only be developed for the linux kernel and respected linux distributions. Support for more UNIX-like OSes is on the roadmap. +BUILDING IN DEBIAN +================== + +Building with Debian's packaged cargo might require the installation of these +two packages: librust-openssl-sys-dev and librust-libdbus-sys-dev + DEVELOPMENT ===========