Skip to content

Commit 1534c13

Browse files
committed
fix typo in docs about stackprof app file binary. sync docs header
1 parent cea404f commit 1534c13

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

documentation/buildAndDeliver/macOS_HowTo_BuildAndDeliverTheApp.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
-------------------------------------------------------------------
2+
StackProf V1.00
3+
24
This file contains procedures to:
35
- Build the application on Mac OS
46
- Make the application bundle for delivery (Mac OS target)
57

6-
May 27th 2021
8+
May 30th 2021
79
-------------------------------------------------------------------
810

911

documentation/buildAndDeliver/ubuntu_HowTo_BuildAndDeliverTheApp.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
-----------------------------------------------------------------------
2+
StackProf V1.00
3+
24
This file contains procedures to:
35
- Build the application on Linux Ubuntu
46
- Make the application bundle for delivery (Ubuntu/Linux target)
57

6-
May 27th 2021
8+
May 30th 2021
79
-----------------------------------------------------------------------
810

911

@@ -399,12 +401,12 @@ I) Linux application bundle content:
399401
The linux application bundle must contain these files using this tree structure:
400402

401403
.
402-
|-- stackpro | Qt application binary. This file was built at step VIII of 'Build the application on ubuntu'.
404+
|-- stackprof | Qt application binary. This file was built at step VIII of 'Build the application on ubuntu'.
403405
| | It is located in the build release directory.
404406
| | In the application bundle, this binary must be called from a script shell.
405407
|
406-
|-- stackpro.sh | script to launch the application for not 4K screen display
407-
|-- stackpro_4Kscreen.sh | script to launch the application for 4K screen display
408+
|-- stackprof.sh | script to launch the application for not 4K screen display
409+
|-- stackprof_4Kscreen.sh | script to launch the application for 4K screen display
408410
|
409411
|-- libQt5Core.so.5 | Qt5 frameworks libraries. Copied from the installed Qt5 framework.
410412
|-- libQt5DBus.so.5 | (for example from: /opt/Qt5.12.5/5.12.5/gcc_64/lib)

0 commit comments

Comments
 (0)