소스 검색

Dependency

Bob Mottram 11 년 전
부모
커밋
0706428aa7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 파일 보기

@@ -730,7 +730,7 @@ function time_synchronisation {
730 730
 
731 731
   # building tlsdate from source is a workaround because of
732 732
   # this bug https://github.com/ioerror/tlsdate/issues/130
733
-  apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev
733
+  apt-get -y --force-yes install build-essential automake git pkg-config autoconf libtool libssl-dev libevent-dev
734 734
   if [ ! -d $INSTALL_DIR ]; then
735 735
       mkdir $INSTALL_DIR
736 736
   fi