소스 검색

./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
Roger Dingledine 22 년 전
부모
커밋
dcc9fa8657
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      autogen.sh

+ 5 - 0
autogen.sh

@@ -0,0 +1,5 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+aclocal && autoheader && autoconf && automake
+./configure --enable-debug
+