mirror repository of the tor core protocol in case of issues
Go to file
2002-07-19 00:33:31 +00:00
src moria:9004 is now a twin to town-square:9004 2002-07-19 00:33:31 +00:00
.cvsignore More cleanup. Thanks for your help, Felipe. 2002-06-29 02:56:56 +00:00
acconfig.h added acconfig.h to fix incompatibility 2002-06-29 02:21:09 +00:00
AUTHORS added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
autogen.sh ./autogen.sh runs auto* and then ./configure 2002-06-29 03:01:49 +00:00
ChangeLog added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
configure.in removed mention of src/op/ from configure 2002-07-12 22:22:25 +00:00
COPYING added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
depcomp added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
INSTALL added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
install-sh added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
Makefile.am added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
missing added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
mkinstalldirs added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
NEWS added automake/autoconf support. When in doubt, "aclocal && autoconf && autoheader && automake" from the top dir. 2002-06-28 23:26:42 +00:00
README Put in a note in README to explain how to compile (I had to wade 2002-07-16 16:18:16 +00:00
TODO removed a pair of includes that we don't actually use 2002-07-02 09:41:21 +00:00

README
------

> ./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. :)

Then just do 

> make

Roger:

The summary is that I'm requiring all developers to have auto*
(aclocal, autoconf, automake) installed on their machine.

Since different versions of auto* generate vastly different output,
I'm going to leave its output out of the repository. This means that
whenever you check out a repository, you need to run auto* to generate
a configure file, then run ./configure to get a Makefile, then build.