* FreeBSD
* GNU/Linux
- * Mac OS X
+ * OS X
* NetBSD
* OpenBSD
* Solaris
line. If you don't want to run it as root, just install it setuid or
setgid `_lldpd`.
-Installation (Mac OS X)
+Installation (OS X)
-----------------------
-The same procedure as above applies for Mac OS X. However, there are
+The same procedure as above applies for OS X. However, there are
simpler alternatives:
1. Use [Homebrew](http://mxcl.github.io/homebrew/):
# Or, for the latest version:
brew install https://raw.github.com/vincentbernat/lldpd/master/osx/lldpd.rb
- 2. Build an OSX installer package which should work on the same
+ 2. Build an OS X installer package which should work on the same
version of OS X (it is important to use a separate build
directory):
--without-json --without-snmp
make -C osx pkg ARCHS="i386 x86_64"
- If you want to compile for an older version of Mac OS X, you need
+ If you want to compile for an older version of OS X, you need
to find the right SDK and issues commands like those:
SDK=/Developer/SDKs/MacOSX10.6.sdk
lldp_DEFINE_OS(dragonfly*, [DragonFly BSD], DRAGONFLY)
lldp_DEFINE_OS(openbsd*, OpenBSD, OPENBSD)
lldp_DEFINE_OS(netbsd*, NetBSD, NETBSD)
- lldp_DEFINE_OS(darwin*, [Mac OS X], OSX)
+ lldp_DEFINE_OS(darwin*, [OS X], OSX)
lldp_DEFINE_OS(solaris*, Solaris, SOLARIS)
if test x"$os" = x; then