Browse Source

Add libssl-dev as dependency.

tags/5.1.0
Luigi Cruz 3 years ago
parent
commit
0623e9f781
2 changed files with 4 additions and 3 deletions
  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 View File

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

+ 2
- 2
stage4/04-pisdr-system/03-run.sh View File

@@ -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

Loading…
Cancel
Save