Skip to content

Commit

Permalink
Readme: building Debian packages
Browse files Browse the repository at this point in the history
Remove *bak files from images/ directory

Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
  • Loading branch information
szszszsz committed Jul 23, 2016
1 parent a74c368 commit 9237209
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@ qmake ..
make -j4 && make install
```

#### Building Debian Packages

Execute the following in directory "nitrokey-app":

```
fakeroot make -f debian/rules binary
```

Cleanup with:
```
fakeroot make -f debian/rules clean
```

Requirements: fakeroot, debhelper, hardening-wrapper.


#### Cross Compiling with QT5 for Windows on Ubuntu Linux
Based on [this](https://stackoverflow.com/questions/10934683/how-do-i-configure-qt-for-cross-compilation-from-linux-to-windows-target):

Expand Down
Binary file removed images/splash.png.bak
Binary file not shown.

0 comments on commit 9237209

Please sign in to comment.