Skip to content

Commit 70830bf

Browse files
committed
New OpenMV IDE
1 parent 1dccf1d commit 70830bf

7 files changed

+874
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/build/
2+
*.autosave
3+
*.pro.user
4+
*.pyc
5+
Thumbs.db
6+
.DS_Store

.gitmodules

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[submodule "openmv-media"]
2+
path = openmv-media
3+
url = https://github.com/openmv/openmv-media.git
4+
branch = master
5+
[submodule "qt-creator"]
6+
path = qt-creator
7+
url = https://github.com/openmv/qt-creator.git
8+
branch = openmv

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# openmv-ide
1+
# openmv-ide #
22
QtCreator based OpenMV IDE
3+
4+
Install 7-Zip and add it to PATH.
5+
Install Python 2.7 and add it to PATH.
6+
Install Qt (to the default location).
7+
Install The Qt Installer Framework (to the default location).
8+
9+
In `/`, build the ide (using the standard bare terminal):
10+
11+
make.py
12+
13+
You'll find the installer in `build`.

0 commit comments

Comments
 (0)