From fcbcec72fe320f5b74140da104b7638628da5a58 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Tue, 28 Aug 2018 17:05:39 +0200 Subject: [PATCH] [fix] Add troubleshooting section into the README (for issue #723) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 94b3d59da..c12c4e228 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,13 @@ A [development tutorial](doc/fr/development_tutorial-01.md) (in French) is also ## License This software is distributed under [GNU GPLv3](https://raw.github.com/duniter/cesium/master/LICENSE). + +## Troubleshooting + +#### I'm having errors on Ubuntu/Debian (desktop version) + +Install these dependencies: + +``` +sudo apt-get install -y libgconf-2-4 +``` \ No newline at end of file -- GitLab