On Thu, 23.09.10 13:19, Gautham ([email protected]) wrote: > I'm new to Avahi & just going through the readme & the source to > understand what's going on. I'm planning to put avahi on one our > devices running montavista Linux 2.6.18. I need only service > registration (service publishing) so that my windows client can > discover my device. > > Can I take only the avahi-daemon & avahi-common & x-compile to make it > work?
As in almost every other free software project use switches of the configure script to configure which options you want and which ones you don't. Note that the local browsing and registration client interface is exposed via D-Bus. That means if you want to write a program that publishes services via Avahi you need at least D-Bus enabled. However, if all you need is defining one static service you can rely on /etc/avahi/services and place a static service definition files there in which case you don't need D-Bus. Lennart -- Lennart Poettering - Red Hat, Inc. _______________________________________________ avahi mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/avahi
