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: README.md
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ in the documentation of this project are to be interpreted as described in [RFC
44
44
### Compile-Time Requirements
45
45
46
46
* Qt development bundle versions 5.9 - 5.15
47
-
48
47
* QtWebEngine headers and libraries
49
48
50
49
Run the following commands in the root directory of the PEB project to compile PEB:
@@ -57,10 +56,8 @@ make
57
56
58
57
### Runtime Requirements
59
58
60
-
* QtWebEngine 5.9 - 5.12 runtime libraries
61
-
59
+
* QtWebEngine 5.9 - 5.15 runtime libraries
62
60
* Perl 5 - any Linux [relocatable](https://github.com/skaji/relocatable-perl) or standard Perl distribution
63
-
64
61
PEB will use the first Perl on PATH if a relocatable Perl distribution is not available.
65
62
66
63
## Security
@@ -85,14 +82,14 @@ make
85
82
86
83
## Ubuntu Package
87
84
88
-
PEB can be packed as an Ubuntu .deb package using the included ``makedeb.sh`` script.
89
-
PEB can be installed from an Ubuntu .deb package using the command:
85
+
PEB can be packed as an Ubuntu .deb package and installed using the following commands:
90
86
91
87
```bash
88
+
./makedeb.sh
92
89
sudo dpkg -i peb-*-x86_64.deb
93
90
```
94
91
95
-
When PEB is installed system-wide, it can be used as a runtime for PEB-based applications. In this scenario PEB must be started with a PEB Application Directory as its only command-line argument:
92
+
After installation, PEB becomes a runtime for PEB-based applications and must be started with a PEB Application Directory as its only command-line argument:
0 commit comments