Skip to content

How to update Wired

Wired edited this page May 19, 2020 · 1 revision

Get the sources for the desired version then follow the standard README file to configure and compile the wired binary.

./configure ...
make

NOTE: Do not proceed to make install.

Once done, the following files must be replaced to your installation directory, as the following example for a standard Linux installation:

cp run/wired /usr/local/wired/wired
cp run/wired.xml /usr/local/wired/wired.xml
cp run/wiredctl /usr/local/wired/wiredctl

It is also recommended to look at the run/etc/wired.conf if any new settings has been added, you have to manually update your configuration file (/usr/local/wired/etc/wired.conf) with desired values.

Clone this wiki locally