Skip to content
Snippets Groups Projects
Commit dcc9fa86 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

./autogen.sh runs auto* and then ./configure

It should be all you need to do to get working Makefiles on your
platform, whatever your platform is. :)

Let me know if it doesn't generate Makefiles for you. There will still
be some bugs to work out in detecting openssl correctly, in checking for
only the right header files, etc. But we're on our way.


svn:r15
parent 35f90b78
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal && autoheader && autoconf && automake
./configure --enable-debug
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment