소스 검색

Missing package

Bob Mottram 10 년 전
부모
커밋
73b2ccbc7d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      src/freedombone

+ 2
- 1
src/freedombone 파일 보기

7521
   # toxcore
7521
   # toxcore
7522
   apt-get -y install build-essential libtool autotools-dev
7522
   apt-get -y install build-essential libtool autotools-dev
7523
   apt-get -y install automake checkinstall check git yasm
7523
   apt-get -y install automake checkinstall check git yasm
7524
-  apt-get -y install libsodium13 libsodium-dev libcap2-bin libconfig9
7524
+  apt-get -y install libsodium13 libsodium-dev libcap2-bin
7525
+  apt-get -y install libconfig9 libconfig-dev
7525
 
7526
 
7526
   cd $INSTALL_DIR
7527
   cd $INSTALL_DIR
7527
   git clone $TOX_REPO
7528
   git clone $TOX_REPO