Skip to content

Commit

Permalink
Update the build details for different OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
evpo committed Apr 8, 2024
1 parent 399ea8c commit f0d2d4b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions README.htm
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h2 id="compile-encryptpad-on-linux">Compile EncryptPad on Linux</h2>
</div>
<h3 id="fedora">Fedora</h3>
<p>Install dependencies and tools:</p>
<pre><code>dnf install gcc make qt5-qtbase-devel gcc-c++ python libstdc++-static glibc-static botan2-devel bzip2-devel zlib-devel</code></pre>
<pre><code>dnf install gcc make qt5-qtbase-devel qt5-qtsvg gcc-c++ python libstdc++-static glibc-static botan2-devel bzip2-devel zlib-devel</code></pre>
<p>Open the EncryptPad directory:</p>
<pre><code>./configure.py
make
Expand All @@ -637,7 +637,7 @@ <h3 id="ubuntu">Ubuntu</h3>
</div>
<h3 id="debian">Debian</h3>
<p>Install dependencies and tools:</p>
<pre><code>apt-get install qtbase5-dev gcc g++ make python3 zlib1g-dev pkg-config libbotan-2-dev libbz2-dev</code></pre>
<pre><code>apt-get install qtbase5-dev libqt5svg5-dev gcc g++ make python3 zlib1g-dev pkg-config libbotan-2-dev libbz2-dev</code></pre>
<p>Open the EncryptPad source directory:</p>
<pre><code>python3 ./configure.py
make
Expand All @@ -647,7 +647,7 @@ <h3 id="debian">Debian</h3>
</div>
<h3 id="opensuse">openSUSE</h3>
<p>Install dependencies and tools:</p>
<pre><code>zypper install gcc gcc-c++ make python3 pkg-config zlib-devel libqt5-qtbase-devel libbotan-devel libbz2-devel</code></pre>
<pre><code>zypper install gcc gcc-c++ make python3 pkg-config zlib-devel libqt5-qtbase-devel libqt5-qtsvg-devel libbotan-devel libbz2-devel</code></pre>
<p>Open the EncryptPad source directory:</p>
<pre><code>./configure.py
make
Expand All @@ -658,7 +658,7 @@ <h3 id="opensuse">openSUSE</h3>
<h3 id="archlinux">Archlinux</h3>
<p>Install dependencies and tools:</p>
<pre><code>pacman -S --needed base-devel
pacman -S qt5-base python3 botan zlib bzip2</code></pre>
pacman -S qt5-base qt5-svg python3 botan zlib bzip2</code></pre>
<p>Open the EncryptPad source directory:</p>
<pre><code>./configure.py
make
Expand All @@ -668,7 +668,7 @@ <h3 id="archlinux">Archlinux</h3>
</div>
<h3 id="freebsd">FreeBSD</h3>
<p>Install dependencies and tools:</p>
<pre><code>pkg install python3 pkgconf botan2 qt5</code></pre>
<pre><code>pkg install python3 pkgconf botan2 qt5 qt5-svg</code></pre>
<p>Open the EncryptPad source directory:</p>
<pre><code>./configure.py
make</code></pre>
Expand All @@ -677,7 +677,7 @@ <h3 id="freebsd">FreeBSD</h3>
</div>
<h3 id="void-linux">Void Linux</h3>
<p>Install dependencies and tools:</p>
<pre><code>sudo xbps-install base-devel qt5-devel python3 botan-devel bzip2-devel libzip-devel</code></pre>
<pre><code>sudo xbps-install base-devel qt5-devel qt5-svg-devel python3 botan-devel bzip2-devel libzip-devel</code></pre>
<p>Open the EncryptPad source directory:</p>
<pre><code>./configure.py
sudo make install</code></pre>
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ Change the Qt path and replace the minimal macOS versions as needed. The command

Install dependencies and tools:

dnf install gcc make qt5-qtbase-devel gcc-c++ python libstdc++-static glibc-static botan2-devel bzip2-devel zlib-devel
dnf install gcc make qt5-qtbase-devel qt5-qtsvg gcc-c++ python libstdc++-static glibc-static botan2-devel bzip2-devel zlib-devel

Open the EncryptPad directory:

Expand Down Expand Up @@ -392,7 +392,7 @@ Open the EncryptPad source directory:

Install dependencies and tools:

apt-get install qtbase5-dev gcc g++ make python3 zlib1g-dev pkg-config libbotan-2-dev libbz2-dev
apt-get install qtbase5-dev libqt5svg5-dev gcc g++ make python3 zlib1g-dev pkg-config libbotan-2-dev libbz2-dev

Open the EncryptPad source directory:

Expand All @@ -406,7 +406,7 @@ Open the EncryptPad source directory:

Install dependencies and tools:

zypper install gcc gcc-c++ make python3 pkg-config zlib-devel libqt5-qtbase-devel libbotan-devel libbz2-devel
zypper install gcc gcc-c++ make python3 pkg-config zlib-devel libqt5-qtbase-devel libqt5-qtsvg-devel libbotan-devel libbz2-devel

Open the EncryptPad source directory:

Expand All @@ -421,7 +421,7 @@ Open the EncryptPad source directory:
Install dependencies and tools:

pacman -S --needed base-devel
pacman -S qt5-base python3 botan zlib bzip2
pacman -S qt5-base qt5-svg python3 botan zlib bzip2

Open the EncryptPad source directory:

Expand All @@ -435,7 +435,7 @@ Open the EncryptPad source directory:

Install dependencies and tools:

pkg install python3 pkgconf botan2 qt5
pkg install python3 pkgconf botan2 qt5 qt5-svg

Open the EncryptPad source directory:

Expand All @@ -447,8 +447,8 @@ Open the EncryptPad source directory:
### Void Linux

Install dependencies and tools:
sudo xbps-install base-devel qt5-devel python3 botan-devel bzip2-devel libzip-devel

sudo xbps-install base-devel qt5-devel qt5-svg-devel python3 botan-devel bzip2-devel libzip-devel

Open the EncryptPad source directory:

Expand Down
14 changes: 7 additions & 7 deletions docs/en/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ Change the Qt path and replace the minimal macOS versions as needed. The command

Install dependencies and tools:

dnf install gcc make qt5-qtbase-devel gcc-c++ python libstdc++-static glibc-static botan2-devel bzip2-devel zlib-devel
dnf install gcc make qt5-qtbase-devel qt5-qtsvg gcc-c++ python libstdc++-static glibc-static botan2-devel bzip2-devel zlib-devel

Open the EncryptPad directory:

Expand Down Expand Up @@ -385,7 +385,7 @@ Open the EncryptPad source directory:

Install dependencies and tools:

apt-get install qtbase5-dev gcc g++ make python3 zlib1g-dev pkg-config libbotan-2-dev libbz2-dev
apt-get install qtbase5-dev libqt5svg5-dev gcc g++ make python3 zlib1g-dev pkg-config libbotan-2-dev libbz2-dev

Open the EncryptPad source directory:

Expand All @@ -399,7 +399,7 @@ Open the EncryptPad source directory:

Install dependencies and tools:

zypper install gcc gcc-c++ make python3 pkg-config zlib-devel libqt5-qtbase-devel libbotan-devel libbz2-devel
zypper install gcc gcc-c++ make python3 pkg-config zlib-devel libqt5-qtbase-devel libqt5-qtsvg-devel libbotan-devel libbz2-devel

Open the EncryptPad source directory:

Expand All @@ -414,7 +414,7 @@ Open the EncryptPad source directory:
Install dependencies and tools:

pacman -S --needed base-devel
pacman -S qt5-base python3 botan zlib bzip2
pacman -S qt5-base qt5-svg python3 botan zlib bzip2

Open the EncryptPad source directory:

Expand All @@ -428,7 +428,7 @@ Open the EncryptPad source directory:

Install dependencies and tools:

pkg install python3 pkgconf botan2 qt5
pkg install python3 pkgconf botan2 qt5 qt5-svg

Open the EncryptPad source directory:

Expand All @@ -440,8 +440,8 @@ Open the EncryptPad source directory:
### Void Linux

Install dependencies and tools:
sudo xbps-install base-devel qt5-devel python3 botan-devel bzip2-devel libzip-devel

sudo xbps-install base-devel qt5-devel qt5-svg-devel python3 botan-devel bzip2-devel libzip-devel

Open the EncryptPad source directory:

Expand Down

0 comments on commit f0d2d4b

Please sign in to comment.