Skip to content

Commit 585ff1b

Browse files
Merge pull request #1327 from Cyrix126/patch-1
remove 20.04 instructions to stay consistent with prerequisites
2 parents f212403 + 6ce1eb3 commit 585ff1b

1 file changed

Lines changed: 2 additions & 13 deletions

File tree

docs/building.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,7 @@ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-
4343
### Build dependencies
4444
Install basic dependencies
4545
```
46-
sudo apt-get install libssl-dev curl unzip automake build-essential file pkg-config git python3 libtool libtinfo6 cmake libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm lld g++ gcc gperf libopencv-dev python3-typogrify xsltproc valac gobject-introspection meson
47-
```
48-
49-
For Ubuntu 20.04,
50-
```
51-
sudo apt-get install valac python3-pip
52-
pip3 install --upgrade meson==0.64.1 markdown==3.4.1 markupsafe==2.1.1 jinja2==3.1.2 pygments==2.13.0 toml==0.10.2 typogrify==2.0.7 tomli==2.0.1
53-
```
54-
55-
For Ubuntu 24.04,
56-
```
57-
sudo apt install pipx libgcrypt20-dev libglib2.0-dev libsecret-1-dev
46+
sudo apt-get install libssl-dev curl unzip automake build-essential file pkg-config git python3 libtool libtinfo6 cmake libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev llvm lld g++ gcc gperf libopencv-dev python3-typogrify xsltproc valac gobject-introspection meson pipx libgcrypt20-dev libglib2.0-dev libsecret-1-dev
5847
pipx install meson==0.64.1 markdown==3.4.1 markupsafe==2.1.1 jinja2==3.1.2 pygments==2.13.0 toml==0.10.2 typogrify==2.0.7 tomli==2.0.1
5948
```
6049

@@ -276,7 +265,7 @@ Install the following libraries:
276265
sudo apt-get install libgtk2.0-dev
277266
```
278267

279-
The WSL2 host may optionally be navigated to the `stack_wallet` repository on the Windows host in order to build the plugins in-place and skip the next section in which you copy the `dll`s from WSL2 to Windows. Then build windows `dll` libraries by running the following script on the WSL2 Ubuntu 20.04 host:
268+
The WSL2 host may optionally be navigated to the `stack_wallet` repository on the Windows host in order to build the plugins in-place and skip the next section in which you copy the `dll`s from WSL2 to Windows. Then build windows `dll` libraries by running the following script on the WSL2 Ubuntu 24.04 host:
280269

281270
- `stack_wallet/scripts/windows/build_all.sh`
282271

0 commit comments

Comments
 (0)