From 91f446c6fe72e6f26d2f53cfb5c96aaa2a8a79a3 Mon Sep 17 00:00:00 2001 From: Josh Proehl Date: Thu, 30 Mar 2023 18:13:51 -0500 Subject: [PATCH] Document make install env variable issue --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a90b421..a4bf52a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,11 @@ make make -f MakefileGUI #only required if you want to build the GUI programs sudo make install ``` +Note that you may need to use `sudo -E make install` to pass the environment variables, or just `sudo TARGET=opendv make install` to correctly create the opendv user/directories, depending on your system configuration. + Now you should edit the configuration in the file /etc/ircddbgateway to match your needs. + +When building in TARGET=opendv mode, the necessary systemd unit files will be installed. To ensure ircddbgatewayd starts at system boot, and then immediately start it, use: ```shell sudo systemctl enable ircddbgatewayd.service #enable service sudo service ircddbgatewayd start