ソースを参照

Add libssl-dev as dependency.

tags/5.1.0
Luigi Cruz 3年前
コミット
0623e9f781
2個のファイルの変更4行の追加3行の削除
  1. +2
    -1
      stage4/04-pisdr-system/00-packages
  2. +2
    -2
      stage4/04-pisdr-system/03-run.sh

+ 2
- 1
stage4/04-pisdr-system/00-packages ファイルの表示

@@ -4,4 +4,5 @@ cmake
build-essential
git
pkg-config
re2c
re2c
libssl-dev

+ 2
- 2
stage4/04-pisdr-system/03-run.sh ファイルの表示

@@ -1,6 +1,6 @@
#!/bin/bash -e

on_chroot << EOF
python3 -m pip -v install cmake
python3 -m pip -v install ninja
python3 -m pip install cmake
python3 -m pip install ninja
EOF

読み込み中…
キャンセル
保存