mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-13 06:33:44 +01:00
update the README instructions and OS X makefiles
This commit is contained in:
parent
64f393d56f
commit
ca5e41afd7
@ -30,9 +30,13 @@ FILE_DEFINES = -DLOCAL_ROOT=\"$(LOCAL_ROOT)/\" \
|
|||||||
|
|
||||||
DEFINES = $(FILE_DEFINES) $(PLATFORM_DEFINES)
|
DEFINES = $(FILE_DEFINES) $(PLATFORM_DEFINES)
|
||||||
|
|
||||||
UNIVERSAL = -O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
|
# Uncomment the UNIVERSAL, LDFLAGS, CFLAGS lines if you want universal binaries, otherwise
|
||||||
LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
|
# you'll produce a binary only for your architecture and version of OSX
|
||||||
CFLAGS = $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES) $(UNIVERSAL)
|
# UNIVERSAL = -O -g -mmacosx-version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc
|
||||||
|
# LDFLAGS = -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk
|
||||||
|
# CFLAGS = $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES) $(UNIVERSAL)
|
||||||
|
# If you uncommented the above CFLAGS, remove this next one.
|
||||||
|
CFLAGS = $(MD5INCLUDES) $(CDEBUGFLAGS) $(DEFINES) $(EXTRA_DEFINES)
|
||||||
|
|
||||||
SRCS = util.c event.c io.c chunk.c atom.c object.c log.c diskcache.c main.c \
|
SRCS = util.c event.c io.c chunk.c atom.c object.c log.c diskcache.c main.c \
|
||||||
config.c local.c http.c client.c server.c auth.c tunnel.c \
|
config.c local.c http.c client.c server.c auth.c tunnel.c \
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
Copyright 2007-2008 Andrew Lewman
|
Copyright 2007-2008 Andrew Lewman
|
||||||
|
Copyright 2009 The Tor Project
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
General Comments
|
General Comments
|
||||||
----------------
|
----------------
|
||||||
|
Loading…
Reference in New Issue
Block a user