Skip to content

Commit ffeaa19

Browse files
committed
Revert "Removed unneeded icon images ; updated README"
This reverts commit 67b5e56.
1 parent 67b5e56 commit ffeaa19

7 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,26 @@ git submodule update
1515
### Setting Up The Build Environment
1616

1717
```
18-
sudo apt-get install qtcreator qt5-default devscripts zlib1g-dev nsis
18+
sudo apt-get install qtcreator qt5-default devscripts zlib1g-dev
1919
```
2020

2121
### Building
2222

23-
Type `make deb` to build a Debian package.
23+
Type `make` to build the project.
2424

2525
```
26-
$ make deb
26+
make
2727
```
2828

2929
Type `make clean` to remove old build files. Open the makefile to view other targets available.
3030

3131
```
3232
make clean
3333
```
34+
35+
Debian packaging is available but needs to be cleaned up.
36+
37+
```
38+
cd linux
39+
./pack.sh ../propelleride-[whatever version you're on]
40+
```

ide/images/Eye.png

1.33 KB
Loading

ide/images/con2.png

1013 Bytes
Loading

ide/images/const.png

1.33 KB
Loading

ide/images/dat.png

1.46 KB
Loading

ide/images/dat2.png

872 Bytes
Loading

ide/resources.qrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<file>images/connected2.png</file>
99
<file>images/helphint.png</file>
1010
<file>images/obj.png</file>
11+
<file>images/const.png</file>
12+
<file>images/dat.png</file>
1113
<file>images/pri.png</file>
1214
<file>images/pub.png</file>
1315
<file>images/var.png</file>
@@ -31,6 +33,8 @@
3133
<file>images/var2.png</file>
3234
<file>images/pub2.png</file>
3335
<file>images/pri2.png</file>
36+
<file>images/dat2.png</file>
37+
<file>images/con2.png</file>
3438
<file>images/pfavicon2.png</file>
3539
<file>images/findNextPressed.png</file>
3640
<file>images/findPrevious.png</file>
@@ -42,6 +46,7 @@
4246
<file>images/findPreviousIcon.png</file>
4347
<file>images/findNextIcon.png</file>
4448
<file>images/debug2.png</file>
49+
<file>images/Eye.png</file>
4550
<file>images/blks.png</file>
4651
<file>images/icon.png</file>
4752
<file>images/greenled.png</file>

0 commit comments

Comments
 (0)