You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/PACKAGING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ PEB or any PEB-based application can be easily packed as a 64-bit single-file Li
18
18
./appimage-maker.sh --include-resources
19
19
```
20
20
21
-
In this case the [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh) invokes the [Perl Distribution Compactor](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/compactor.pl), which finds all dependencies of all Perl scripts in the ``{PEB_executable_directory}/resources/app`` directory and copies only the necessary Perl modules.
21
+
In this case the PEB AppImage invokes the [Perl Distribution Compactor](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/compactor.pl), which finds all dependencies of all Perl scripts in the ``{PEB_executable_directory}/resources/app`` directory and copies only the necessary Perl modules.
22
22
23
23
* packing only a PEB executable with its Qt libraries:
24
24
@@ -28,9 +28,9 @@ PEB or any PEB-based application can be easily packed as a 64-bit single-file Li
28
28
29
29
In this case a PEB executable from an AppImage will try to find its application files and folders in the directory of the AppImage.
30
30
31
-
In both modes of operation, the [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh) uses the [linuxdeployqt](https://github.com/probonopd/linuxdeployqt/releases/) tool to detect all Qt dependencies of PEB and build the final image.
31
+
In both modes of operation, the PEB AppImage uses the [linuxdeployqt](https://github.com/probonopd/linuxdeployqt/releases/) tool to detect all Qt dependencies of PEB and build the final image.
32
32
33
-
The [PEB AppImage Maker](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/appimage-maker.sh) script must be started from the ``{PEB_executable_directory}/sdk`` directory.
33
+
The PEB AppImage Maker script must be started from the ``{PEB_executable_directory}/sdk`` directory.
34
34
35
35
An easy building environment for PEB AppImage executables is the provided [PEB AppImage Builder Docker Container](https://github.com/ddmitov/perl-executing-browser/blob/master/sdk/Dockerfile).
36
36
To build it, type the following command in the PEB project root directory (the directory of the README.md):
@@ -39,19 +39,19 @@ To build it, type the following command in the PEB project root directory (the d
39
39
sudo docker build -t peb-appimage-builder .
40
40
```
41
41
42
-
To start the PEB AppImage Builder Docker Container, type the following command in the PEB project root directory (the directory of the README.md):
42
+
To start the PEB AppImage Builder Docker Container, type the following command in the PEB project root directory:
0 commit comments