Commit b1b3bcc 1 parent 567def0 commit b1b3bcc Copy full SHA for b1b3bcc
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 19
19
- Install dependencies
20
20
21
21
``` bash
22
- sudo apt-get update
23
- sudo apt-get install libbz2-dev
24
- sudo apt-get install -y build-essential ninja-build automake autoconf libtool wget curl git gcc \
22
+ sudo apt update
23
+ sudo apt install -y libbz2-dev build-essential ninja-build automake autoconf libtool wget curl git gcc \
25
24
libssl-dev bc slib squashfs-tools android-sdk-libsparse-utils android-sdk-ext4-utils jq \
26
- cmake python3-distutils tclsh scons parallel ssh-client tree python3-dev python3-pip \
27
- device-tree-compiler libssl-dev ssh cpio squashfs-tools fakeroot libncurses5 flex bison mtools
25
+ python3-distutils tclsh scons parallel ssh-client tree python3-dev python3-pip \
26
+ device-tree-compiler libssl-dev ssh cpio squashfs-tools fakeroot libncurses5 flex bison mtools python-is-python3
27
+ pip install cmake jinja2
28
28
```
29
29
30
30
Note: The minimum required cmake version is 3.16.5
36
36
` ` ` bash
37
37
git clone https://github.com/Seeed-Studio/reCamera.git -b sg200x-reCamera
38
38
cd reCamera
39
- git submodule update --init --recursive
39
+ git submodule init
40
+ git submodule update --depth 1
40
41
` ` `
41
42
42
43
- Update Submodules (optional)
You can’t perform that action at this time.
0 commit comments