Skip to content

Commit a545148

Browse files
committed
documentation update
1 parent 6e1cdb0 commit a545148

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CONSTANTS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Perl Executing Browser - Constants
1919

2020
* **Data Directory:**
2121
Data directory must contain any writable files used or produced by a PEB-based application.
22-
The data directory path is ``{PEB_binary_directory}/resources/data`` or ``{AppImage_binary_directory}/resources/data`` if a PEB-based application is packed as an [AppImage](https://appimage.org/). Perl scripts can access this folder using the environment variable ``PEB_DATA_DIR``:
22+
The data directory path is ``{PEB_binary_directory}/resources/data`` or ``{AppImage_binary_directory}/resources/data`` if a PEB-based application is packed as an [AppImage](https://appimage.org/).
23+
24+
Perl scripts can access this folder using the environment variable ``PEB_DATA_DIR``:
2325

2426
```perl
2527
my $data_directory = $ENV{'PEB_DATA_DIR'};

REQUIREMENTS.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@ All compile-time settings require editing the ``src/peb.pro`` project file accor
6868
To make automatically a bundled binary (peb.app) use the [dmg-maker.sh](sdk/dmg-maker.sh) script by Valcho Nedelchev.
6969

7070
## Runtime Requirements
71-
* Qt 5 libraries.
71+
* Qt 5 libraries.
72+
73+
The ``ldd`` Linux command can show all dependencies of a PEB executable.
7274

7375
* Perl 5 distribution - any Linux, Mac or Windows Perl standard or relocatable distribution.
7476

7577
Tested successfully using the following Perl distributions:
78+
7679
Linux 64-bit [Perlbrew](https://perlbrew.pl/) Perl versions 5.18.4, 5.23.7
7780
Linux 64-bit [Relocatable Perl](https://github.com/skaji/relocatable-perl) version 5.24.1
7881
Windows 32-bit [Strawberry Perl](http://strawberryperl.com/) PortableZIP versions 5.12.2.0, 5.16.1.1, 5.20.2.1

0 commit comments

Comments
 (0)