Go to file
eknauel 3c938e4e37 scsh-package's INSTALL file 2004-04-07 06:00:07 +00:00
c install shared module in $prefix rather than in $prefix/lib 2004-01-26 10:35:52 +00:00
doc moved docs 2004-03-29 12:06:37 +00:00
scheme a first try to build scsh-yp as a scsh-package 2004-01-25 15:59:20 +00:00
.gitignore *** empty log message *** 2003-10-30 15:43:43 +00:00
AUTHORS Added some files to make automake happy. 2003-11-10 15:48:53 +00:00
COPYING + adjust copyright: 2003,2004 2004-03-29 08:29:42 +00:00
ChangeLog *** empty log message *** 2004-03-29 11:45:09 +00:00
INSTALL scsh-package's INSTALL file 2004-04-07 06:00:07 +00:00
Makefile.am added some files to EXTRA_DIST 2004-03-29 11:43:11 +00:00
NEWS news for version 0.2 2004-03-29 11:44:51 +00:00
README 'how to install' 2004-03-29 12:07:26 +00:00
configure.in set version to 0.2 2004-03-29 11:42:33 +00:00
pkg-def.scm small fixes, install docs 2004-03-29 11:45:45 +00:00

README

						-*- outline -*-
			     scsh-yp v0.2

* What is scsh-yp?

  Scsh-yp is a package for scsh, the Scheme shell that provides
  bindings to the YP/NIS functions.  This enables the scsh user to
  lookup data in a NIS or YP database without calling the
  corresponding external program (i. e. ypbind, ypmatch etc).

* How to install

  Scsh 0.6.6 introduced support for a package system, which manages
  the automatic installation of library code for scsh.  This package
  uses Michel Schinz' package management system to install itself.
  The package system is ditributed seperatly, so you need to get and
  install it first.[1]  Now, run scsh-install-pkg from the scsh-yp
  directory:

  scsh-install-pkg --prefix=/usr/local/scsh-modules

  The argument for the prefix option should point to the directory
  where you your scsh libaries.  There is a little amount of C code
  that will compiled to a shared library.  If directory is shared
  across multiple machines and platforms, each platform gets its own
  shared library in a seperate directory.

* How to use

  See doc/scsh-yp.txt

Footnotes: 
[1]  <http://lamp.epfl.ch/~schinz/scsh_packages/>