Skip to content

Commit

Permalink
docs: Bump vala version references in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed Sep 25, 2021
1 parent 192c6df commit ecdb9b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ https://gitlab.gnome.org/Archive/vala-bootstrap


Here is an example on how to download and compile from a Vala release tarball.
In this example it is release version 0.42.3:
In this example it is release version 0.48.19:

```sh
curl --silent --show-error --location https://download.gnome.org/sources/vala/0.42/vala-0.42.3.tar.xz --output vala-bootstrap.tar.xz
curl --silent --show-error --location https://download.gnome.org/sources/vala/0.48/vala-0.48.19.tar.xz --output vala-bootstrap.tar.xz
tar --extract --file vala-bootstrap.tar.xz
cd vala-bootstrap
./configure --prefix=/opt/vala-bootstrap
Expand Down Expand Up @@ -149,10 +149,10 @@ git clean -dfx
make && sudo make install
```

If you wish to build a specific release, for example 0.40.11:
If you wish to build a specific release, for example 0.54.1:

```sh
git checkout 0.40.11
git checkout 0.54.1
git clean -dfx
./autogen.sh
make && sudo make install
Expand Down

0 comments on commit ecdb9b8

Please sign in to comment.