Install instructions for NYACC

Copyright (C) 2015-2020,2026 Matthew Wette

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.

This package depends on having GNU Guile version 2.0.13 or later. See

  https://www.gnu.org/software/guile/download/#releases

To configure, build and install:

  $ ./configure
  $ make
  $ make check
  $ sudo make install

Options for configure are available by typing `configure -h'.

The prerequisite `guile-cdata' is necessary for some c99 functionality
as well as the ffi-helper.  If `guile-cdata' is not installed the associated
go files will be not installed, but the source files will be. 

To install only sources in /path/to/dest:
  $ ./configure --site_scm_dir=/path/to/dest --site_scm_go_dir=/dummy
  $ make install-srcs

The file HACKING has hints for modifying and trying code.


