diff options
author | Roger Dingledine <arma@torproject.org> | 2002-09-09 04:10:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-09-09 04:10:58 +0000 |
commit | 958ec8d4fba8a077731baa956e45ea551e637e73 (patch) | |
tree | 3365305b02be7db65779f2ed8ab7c75716f3fbee /README | |
parent | 1e4e0244ddf3b7d144d05aef7362443f84939d3f (diff) | |
download | tor-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-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |