瀏覽代碼

Enable the tox daemon

Bob Mottram 9 年之前
父節點
當前提交
b6e0969bbb
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

7527
   git clone $TOX_REPO
7527
   git clone $TOX_REPO
7528
   cd $INSTALL_DIR/toxcore
7528
   cd $INSTALL_DIR/toxcore
7529
   autoreconf -i
7529
   autoreconf -i
7530
-  ./configure
7530
+  ./configure --enable-daemon
7531
   if [ ! "$?" = "0" ]; then
7531
   if [ ! "$?" = "0" ]; then
7532
       exit 78467
7532
       exit 78467
7533
   fi
7533
   fi