unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: guile-devel@gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [PATCH devel 3/6] Add a HACK file.
Date: Thu,  4 Mar 2021 21:35:21 -0500	[thread overview]
Message-ID: <20210305023524.15317-3-maxim.cournoyer@gmail.com> (raw)
In-Reply-To: <20210305023524.15317-1-maxim.cournoyer@gmail.com>

To ease the hacking experience.

* HACK: New file.
---
 HACK | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 HACK

diff --git a/HACK b/HACK
new file mode 100644
index 0000000..a7cf01e
--- /dev/null
+++ b/HACK
@@ -0,0 +1,47 @@
+Dependencies
+============
+
+To completely build the guile-lib module and its Autoconf build
+system, you will need the following package installed on your machine:
+
+* autoconf
+* automake
+* gettext
+* guile
+* pkg-config
+* texinfo
+
+If you use Guix, you can use the following to spawn an environment
+with the above dependencies:
+
+$ guix environment guile-lib --ad-hoc autoconf automake gettext texinfo
+
+Generating the build system scripts
+===================================
+
+To generate the build system script, run:
+
+$ ./autogen.sh
+
+The produced configure script can then be used to configure the
+project and 'make' to build it.
+
+Running the test suite
+======================
+
+To run the test suite, you can use:
+
+$ make check
+
+Or to run a specific test:
+
+$ make check TESTS=htmlprag.scm
+
+Trying guile-lib without installing it
+======================================
+
+To run a Guile program or command in an environment where the
+GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH have been adjusted to use
+the guile-lib checkout directly, you can do:
+
+$ ./pre-inst-env your-program and its arguments
-- 
2.30.1




  parent reply	other threads:[~2021-03-05  2:35 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-05  2:14 [PATCH devel 0/6] Parameterize the parent constraints in htmlprag & varia Maxim Cournoyer
2021-03-05  2:35 ` [PATCH devel 1/6] Revert "When using guile-3.0, compile src/md5.scm using -O0" Maxim Cournoyer
2021-03-05  2:35   ` [PATCH devel 2/6] Work around Guile 3.0.0 miscompilation at -O2 Maxim Cournoyer
2021-03-05  2:35   ` Maxim Cournoyer [this message]
2021-03-05  2:35   ` [PATCH devel 4/6] htmlprag: Allow users to parameterize the parent constraints Maxim Cournoyer
2021-03-05  2:35   ` [PATCH devel 5/6] build: Add support for cross-compilation Maxim Cournoyer
2021-03-05  2:35   ` [PATCH devel 6/6] configure.ac: Standardize default installation directory Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210305023524.15317-3-maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=guile-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).