Skip to content
This repository was archived by the owner on Jun 23, 2024. It is now read-only.

Commit 6f2b30a

Browse files
authored
Update README.md
1 parent dec069d commit 6f2b30a

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,19 @@ Instructions for building
1010
git clone --recursive https://github.com/openmv/tensorflow-lib.git
1111
```
1212
13-
2. Run these commands:
13+
2. Install GCC:
1414
1515
```
16-
sudo apt-get remove gcc-arm-none-eabi
17-
sudo apt-get autoremove
18-
sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa
19-
sudo apt-get update
20-
sudo apt-get install gcc-arm-embedded
21-
sudo apt-get install libc6-i386
16+
source ci.sh && ci_install_arm_gcc
2217
```
2318
2419
3. In `/`, do:
2520
2621
```
27-
./make.py
22+
source ci.sh ci_build
2823
```
2924
3025
Prebuilt Files
3126
==============
3227
33-
You can find libtf pre-built under [releases](https://github.com/openmv/tensorflow-lib/releases). Alternatively, you may include this repo as a submodule and use [libtf](libtf) directly from the repo.
28+
You can find libtf pre-built under [releases](https://github.com/openmv/tensorflow-lib/releases). Alternatively, you may include this repo as a submodule and use [libtf](libtf) directly from the repo. This will allow you to easily update libtf without having to store the binaries directly in your repo.

0 commit comments

Comments
 (0)