소스 검색

make build instructions more explicit

Oswald Buddenhagen 12 년 전
부모
커밋
2adebaa3b1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README

+ 3 - 1
README

@@ -68,8 +68,10 @@ isync executable still exists; it is a compatibility wrapper around mbsync.
 
 * Installation
 
+    ./autogen.sh (only when building from git)
     ./configure
-    make install
+    make
+    sudo make install
 
 * Help