# openmv-ide **Repository Path**: Swiper_witty/openmv-ide ## Basic Information - **Project Name**: openmv-ide - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-22 - **Last Updated**: 2020-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ``` 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.