aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-09-09 04:10:58 +0000
committerRoger Dingledine <arma@torproject.org>2002-09-09 04:10:58 +0000
commit958ec8d4fba8a077731baa956e45ea551e637e73 (patch)
tree3365305b02be7db65779f2ed8ab7c75716f3fbee /README
parent1e4e0244ddf3b7d144d05aef7362443f84939d3f (diff)
downloadtor-958ec8d4fba8a077731baa956e45ea551e637e73.tar
tor-958ec8d4fba8a077731baa956e45ea551e637e73.tar.gz
port to actual BSD
(hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index b8f56f4d8..a53fc9c17 100644
--- a/README
+++ b/README
@@ -16,7 +16,12 @@ If you got the source from a tarball:
Run ./configure and make as usual. There isn't much point in
'make install' yet.
-If this doesn't work for you:
+If this doesn't work for you / troubleshooting:
+
+ If you couldn't find popt (eg you're on BSD), try
+ CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
+ ./configure
+ rather than simply ./configure.
Check out the list archives at http://archives.seul.org/or/dev/ and see
if somebody else has reported your problem. If not, please subscribe