Skip to content

Commit f412e66

Browse files
committed
Add almost ready windows build working
1 parent df8ff81 commit f412e66

8 files changed

+105
-746
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/build/
22
*.autosave
3-
*.pro.user
43
*.pyc
54
Thumbs.db
65
.DS_Store

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[submodule "qt-creator"]
66
path = qt-creator
77
url = https://github.com/openmv/qt-creator.git
8-
branch = openmv
8+
branch = openmv-new

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 OpenMV
3+
Copyright (c) 2013-2023 OpenMV
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ Qt Creator based OpenMV IDE
44
Instructions for Compiling OpenMV-IDE for Desktop
55
=================================================
66

7-
* Install 7-Zip and add it to PATH.
8-
* Install Python 2.7 and add it to PATH.
97
* Install Qt (to the default location).
10-
* Install The Qt Installer Framework (to the default location).
118

129
In `/`, build the ide (using the standard bare terminal):
1310

0 commit comments

Comments
 (0)