unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Thien-Thi Nguyen <ttn@giblet.glug.org>
Subject: 1.4.x anonymous cvs available
Date: Sat, 28 Sep 2002 16:27:16 -0700	[thread overview]
Message-ID: <E17vQzU-0002Sz-00@giblet> (raw)

folks,

for anyone interested in anonymous cvs access to 1.4.x hacking, the
following commands should get you set up:

  CVSROOT=':pserver:anonymous@cvs.glug.org:/home/ttn/cvsroot'
  export CVSROOT
  cvs login		# just type RET here
  cvs co hack
  cd hack
  ( cd scripts ; make gscripts="../guile-core/scripts" gscripts-symlinks )
  cd guile-core
  sh -x autogen.sh
  mkdir ../guile-core.b
  cd ../guile-core.b
  ../guile-core/configure --prefix /tmp/a/b/c --without-readline
  make && make check
  make install && make installcheck
  strace -e open /tmp/a/b/c/bin/guile -c '(quit)'

the repo is updated hourly, at this time.  yeah, i know: i should have
looked into using arch, but my ISP admin is sort of old-school and i
didn't want him to freak out (just yet ;-).  if anoncvs works we will
find a way to use arch in the future.

thi


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


             reply	other threads:[~2002-09-28 23:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-28 23:27 Thien-Thi Nguyen [this message]
2002-09-29 18:53 ` 1.4.x anonymous cvs available MJ Ray
2002-09-30 23:26   ` Thien-Thi Nguyen

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=E17vQzU-0002Sz-00@giblet \
    --to=ttn@giblet.glug.org \
    --cc=ttn@glug.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).