소스 검색

Monotonic clocks are used by default in FxT now and the option was removed from
the configure script.

Cédric Augonnet 15 년 전
부모
커밋
bca5400187
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/Gantt

+ 1 - 1
doc/Gantt

@@ -5,7 +5,7 @@ Get the sources from the cvs repository
 
 Configure and compile FxT:
 	./bootstrap
-	./configure --enable-sync-clock --prefix=$FXTDIR
+	./configure --prefix=$FXTDIR
 	make
 	make install