aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2017-01-14 22:02:37 +0100
committerAqua-sama <aqua@iserlohn-fortress.net>2017-01-14 22:02:37 +0100
commitd593a228bc8d20ec2f99784ceb6a4e53db469516 (patch)
tree76e42d6949502b8a22987d458d8dcc5f0ead6581 /BUILDING.md
parentConfiguration by default is read from default location instead of current folder (diff)
downloadsmolbote-d593a228bc8d20ec2f99784ceb6a4e53db469516.tar.xz
Updated Contributing
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/BUILDING.md b/BUILDING.md
index aa693dd..dabd1e8 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -19,7 +19,8 @@ make
### Notes
* Don't do any steps marked [TODO]
* Windows: MSVC compiler is required because of QtWebEngine dependency
-* Windows: Passing the -v or -h parameters creates a dialog box instead of writing the output to stdout. This is Qt behaviour.
+* Windows: Passing the -v or -h parameters creates a dialog box instead of
+writing the output to stdout. This is Qt behaviour.
## Deploying
@@ -35,7 +36,8 @@ Signing a tarball:
gpg -u $FINGERPRINT -b $FILENAME
```
-u, --local-user name
-> Use name as the user ID to sign. This option is silently ignored for the list commands, so that it can be used in an options file.
+> Use name as the user ID to sign. This option is silently ignored for the list
+commands, so that it can be used in an options file.
-b, --detach-sign
> Make a detached signature.
@@ -53,5 +55,5 @@ sha512sum --check checksum.sha512
### Windows
```
-QT_DIR\QT_VERSION\msvc2015_64\windeployqt.exe build-PROFILE\release\qtbrowser.exe
+QT_DIR\QT_VER\msvc2015_64\windeployqt.exe build-PROFILE\release\qtbrowser.exe
```