This website works better with JavaScript.
Home
Help
Sign In
hms
/
pisdr-rpi-image
mirror of
https://github.com/luigifreitas/pisdr-image
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
14
Wiki
Activity
Browse Source
Add libssl-dev as dependency.
tags/5.1.0
Luigi Cruz
3 years ago
parent
f81f820290
commit
0623e9f781
2 changed files
with
4 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
stage4/04-pisdr-system/00-packages
+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
Write
Preview
Loading…
Cancel
Save