You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple IDE for [RtProg](https://github.com/UniSwarm/rtprog) written in Qt5. This IDE want to be very lightweight and fast to load without a huge project management system.
7
+
A simple IDE for [uDevkit](https://github.com/UniSwarm/uDevkit-SDK) written in Qt5. This IDE want to be very lightweight and fast to load without a huge project management system.
8
8
9
9
Still in development.
10
10
@@ -33,6 +33,15 @@ Qt module used :
33
33
34
34
## Build
35
35
36
+
Do not forget to init and update submodule before build :
37
+
38
+
```
39
+
git submodule init
40
+
git submodule update
41
+
```
42
+
43
+
And to build :
44
+
36
45
```
37
46
mkdir build
38
47
cd build
@@ -46,8 +55,8 @@ Binaries will be placed in `bin/` directory.
46
55
47
56
For convenience, a pre-built version is available at :
0 commit comments