Qt Creator based OpenMV IDE
- Install 7-Zip and add it to PATH.
- Install Python 2.7 and add it to PATH.
- Install Qt (to the default location).
- Install The Qt Installer Framework (to the default location).
In /
, build the ide (using the standard bare terminal):
```
$ git clone --recursive https://github.com/openmv/openmv-ide.git
$ cd openmv-ide
$ ./make.py
```
You'll find the installer in build
.
- Install QtRpi.
- Install Qt (to the default location).
In /
, build the ide (using the standard bare terminal):
```
$ git clone --recursive https://github.com/openmv/openmv-ide.git
$ cd openmv-ide
$ ./make.py --rpi <path-to-qtrpi-installdir e.g. /opt/qtrpi/raspi/qt5>
```
You'll find the installer in build
.
https://stackoverflow.com/a/34032216
Note that some modifications to the above solution may be needed.