blob: a8c47768f8b7d268e35bdf67ff32ba9a56f4701d [file] [log] [blame]
Harald Welte632e8432017-09-05 18:12:14 +02001OsmoGGSN/Mac OS X notes
jjako0fe0df02004-09-17 11:30:40 +00002
3Mac OS X support is experimental, please test and report bugs. The
4Mac OS X port is tested on Mac OS X 10.3.5, but may also work on
5other versions.
6
71. Compiling
8
9Everything should be straight-forward. Create a separate
10build directory, run ../openggsn/configure and then make.
11If you have problems with configure, execute
12
13$ aclocal && automake && autoheader && autoconf
14
15and then again configure and make.
16
172. Kernel extensions
18
19You need to add a tunnel kernel extension to your kernel.
20The one I've used is available at
21http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
22but there are others. If you want to compile that from
23sources (instead of using the binary installer), you
24will also need kernel sources from opensource.apple.com.
25
263. Known problems
27
28None.
29
30--
31
32Pekka Nikander <pekka.nikander@nomadiclab.com>
33