mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 15:06:14 +01:00
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:
parent
3707c214bc
commit
b92708503d
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,7 +21,6 @@ tags
|
||||
*.log
|
||||
*.trs
|
||||
|
||||
INSTALL
|
||||
/glib-lcov.info
|
||||
/glib-lcov/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user