docs: Move INSTALL.in to INSTALL.md

We hadn’t been substituting the version number in properly for a while,
so maybe just abandon that approach and rewrite the instructions to not
refer to a specific version number.

This simplifies things a bit, and means the install instructions can be
read online in GitLab.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-05-11 12:51:37 +01:00
parent 3707c214bc
commit b92708503d
3 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ tags
*.log
*.trs
INSTALL
/glib-lcov.info
/glib-lcov/

View File

@ -1,8 +1,8 @@
Simple install procedure
========================
% tar xf glib-@GLIB_VERSION@.tar.gz # unpack the sources
% cd glib-@GLIB_VERSION@ # change to the toplevel directory
% tar xf glib-*.tar.gz # unpack the sources
% cd glib-* # change to the toplevel directory
% meson _build # configure the build
% ninja -C _build # build GLib

View File

@ -13,7 +13,7 @@ The official web site is:
## Installation
See the file '[INSTALL.in](INSTALL.in)'
See the file '[INSTALL.md](INSTALL.md)'
## Supported versions