From 958ec8d4fba8a077731baa956e45ea551e637e73 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 9 Sep 2002 04:10:58 +0000 Subject: 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 --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3