mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-21 06:03:12 +00:00
Fixed Linux assumptions. Added parsing of overlay mesh interface specification from command line. Separated overlay mesh code out into several files. Overlay mesh is still far from working, but the infrastructure is coming together.
5 lines
191 B
Plaintext
Executable File
5 lines
191 B
Plaintext
Executable File
export LDFLAGS=-L/Developer/SDKs/MacOSX10.6.sdk/usr/lib
|
|
export CPPFLAGS=-I/Developer/SDKs/MacOSX10.6.sdk/usr/include
|
|
export CFLAGS=-I/Developer/SDKs/MacOSX10.6.sdk/usr/include
|
|
./configure $*
|