Document make install env variable issue

This commit is contained in:
Josh Proehl 2023-03-30 18:13:51 -05:00
parent ce8ea6f72f
commit 91f446c6fe

View file

@ -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