Skip to content

xiaobobo2008/openmv-ide

 
 

Repository files navigation

openmv-ide

Qt Creator based OpenMV IDE

Instructions for Compiling OpenMV-IDE for Desktop

  • 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.

Instructions for Compiling OpenMV-IDE for the RaspberryPi on Ubuntu (64-bit)

  • 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.

Instructions for running the installer silently

https://stackoverflow.com/a/34032216

Note that some modifications to the above solution may be needed.

About

QtCreator based OpenMV IDE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%