Skip to content

Commit b1b3bcc

Browse files
Improve build documentation
1 parent 567def0 commit b1b3bcc

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
- Install dependencies
2020

2121
```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 \
2524
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
2828
```
2929

3030
Note: The minimum required cmake version is 3.16.5
@@ -36,7 +36,8 @@
3636
```bash
3737
git clone https://github.com/Seeed-Studio/reCamera.git -b sg200x-reCamera
3838
cd reCamera
39-
git submodule update --init --recursive
39+
git submodule init
40+
git submodule update --depth 1
4041
```
4142

4243
- Update Submodules (optional)

0 commit comments

Comments
 (0)