From 1a369e1845062e54f6cb8697adc56cd8d409f8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 8 Oct 2019 16:55:34 +0200 Subject: [PATCH] Update readme file --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ea22e73..f98d6b4 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ if the system is currently not connected to any network. Once the system is conn First you have to install build dependencies: +> Note: the libnymea-networkmanager-dev package can be installed from the [nymea repository](https://nymea.io/en/wiki/nymea/master/install/debian) or built +and installed from [source](https://github.com/nymea/libnymea-networkmanager). + $ sudo apt update - $ sudo apt install qt5-default qtbase5-dev qtbase5-dev-tools libqt5bluetooth5 qtconnectivity5-dev git + $ sudo apt install qt5-default qtbase5-dev qtbase5-dev-tools libqt5bluetooth5 qtconnectivity5-dev libnymea-networkmanager-dev git Clone the source code and change into the source directory @@ -27,7 +30,7 @@ And finally build the daemon and library You can run the daemon directly with following command - $ sudo LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)/libnymea-networkmanager/ ./nymea-networkmanager/nymea-networkmanager + $ sudo ./nymea-networkmanager/nymea-networkmanager ## Building the debian packages @@ -45,8 +48,6 @@ In order to build a debian package you can do following: $ ls -l *.deb - - # Config file nymea-networkmanager will search for a config file in the following locations (in this order):