aboutsummaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
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
```