Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.27 KB

Build Status

Gauche plugin for asdf version manager

Install

asdf plugin-add gauche

Use

Check asdf readme for instructions on how to install & manage versions of Gauche.

Note

SLIB

If you have SLIB installed in one of the following directories:

  • $(brew --prefix slib)/lib/slib (only if you are using Homebrew[*])
  • /usr/local/slib
  • /usr/local/lib/slib
  • /opt/local/lib/slib

the interpreter automatically detects where it is and sets SCHEME_LIBRARY_PATH accordingly.

[*]: The formula of slib is in sakuro/formulae

(sys-getenv "SCHEME_LIBRARY_PATH") #; "..path..to../slib"
(use slib)
(require 'factor) #; #t
(factor 120) #; (2 2 2 3 5)

Source Location

At the time of this writing, sourceforge.net is used for listing versions and fetching source tarballs because tarballs on GitHub releases require additional tool(autoconf) to generate the configure script.