Commit e3cad38d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

update

parent 63dcd168
...@@ -21,7 +21,10 @@ The same script (*setup.py*) pulls updates from these repositories ...@@ -21,7 +21,10 @@ The same script (*setup.py*) pulls updates from these repositories
* extra requirement * extra requirement
```sh ```sh
$ sudo apt install python-numpy # in Kubuntu 20.04 this will install python2 which is used by poky[warrior]
$ sudo apt install python python-numpy
# below fixes missing error when compiling the kernel: missing "openssl/bio.h":
$ sudo apt install libssl-dev
``` ```
#### Get sources #### Get sources
...@@ -72,4 +75,4 @@ To change git protocol for all Elphel's projects - change the *remote* of this p ...@@ -72,4 +75,4 @@ To change git protocol for all Elphel's projects - change the *remote* of this p
$ git remote -v $ git remote -v
$ git remote set-url ... $ git remote set-url ...
$ ./setup.py $ ./setup.py
``` ```
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment