1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

maint: Add Guix build files.

* guix.scm, build-aux/manifest.scm: New files.
* Makefile.am (EXTRA_DIST): Add them.
* README: Mention it.
This commit is contained in:
Ludovic Courtès 2023-01-26 17:37:51 +01:00
parent 5b42f8c154
commit c617f4e04f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
4 changed files with 216 additions and 1 deletions

10
README
View file

@ -128,6 +128,16 @@ When building from a Git checkout, these additional packages are needed:
- GNU Texinfo
- GNU Gperf
If you use GNU Guix, you can obtain a shell for development with all the
dependencies by running the following command from the top directory of
the checkout:
guix shell
You can also build Guile by running:
guix build -f guix.scm
Special Instructions For Some Systems =====================================