瀏覽代碼

Dependency

Bob Mottram 11 年之前
父節點
當前提交
0706428aa7
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      install-freedombone.sh

+ 1
- 1
install-freedombone.sh 查看文件

730
 
730
 
731
   # building tlsdate from source is a workaround because of
731
   # building tlsdate from source is a workaround because of
732
   # this bug https://github.com/ioerror/tlsdate/issues/130
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
   if [ ! -d $INSTALL_DIR ]; then
734
   if [ ! -d $INSTALL_DIR ]; then
735
       mkdir $INSTALL_DIR
735
       mkdir $INSTALL_DIR
736
   fi
736
   fi