Difference between revisions of "Mesh/Firmware/Zeroconf"

changed installation format
(added more man pages)
(changed installation format)
Line 40: Line 40:
* [http://netbsd.gw.com/cgi-bin/man-cgi?nsswitch.conf+5+NetBSD-current nsswitch.conf] - the name-service switch configuration file
* [http://netbsd.gw.com/cgi-bin/man-cgi?nsswitch.conf+5+NetBSD-current nsswitch.conf] - the name-service switch configuration file


* Install nss-mdns
'''Installation''' (for ubuntu)
*: Download the compressed file
* Download the compressed file
*: Extract the files: <code>$ tar -xvf <FILENAME></code> (example: nss-mdns.0.10.tar.gz)
* Extract the files: <code>$ tar -xvf <FILENAME></code> (example: nss-mdns.0.10.tar.gz)
*: Go into the directory: <code>$ cd <FOLDER></code> (example: nss-mdns.0.10)
* Go into the directory: <code>$ cd <FOLDER></code> (example: nss-mdns.0.10)
*: <code>$ ./configure</code>
* <code>$ ./configure</code>
*: <code>$ make</code>
* <code>$ make</code>
*: <code>$ sudo make install</code>
* <code>$ sudo make install</code>


== mdns-utils ==
== mdns-utils ==
289

edits