From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matt Wette Newsgroups: gmane.lisp.guile.user Subject: Re: request for help with module build/install Date: Thu, 02 Jul 2015 06:08:22 -0700 Message-ID: References: <4853AD2C-C8E3-4CD3-88B0-6823EC8A15B5@alumni.caltech.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1435842550 10588 80.91.229.3 (2 Jul 2015 13:09:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jul 2015 13:09:10 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 02 15:09:00 2015 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZAeEc-00078o-Kd for guile-user@m.gmane.org; Thu, 02 Jul 2015 15:08:58 +0200 Original-Received: from localhost ([::1]:36485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAeEb-00020U-T8 for guile-user@m.gmane.org; Thu, 02 Jul 2015 09:08:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43423) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAeER-0001pL-1x for guile-user@gnu.org; Thu, 02 Jul 2015 09:08:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAeEL-0006Zj-9G for guile-user@gnu.org; Thu, 02 Jul 2015 09:08:46 -0400 Original-Received: from vms173025pub.verizon.net ([206.46.173.25]:56116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAeEL-0006ZS-4R for guile-user@gnu.org; Thu, 02 Jul 2015 09:08:41 -0400 Original-Received: from [192.168.2.127] ([71.108.227.241]) by vms173025.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NQV00HY335ZU230@vms173025.mailsrvcs.net> for guile-user@gnu.org; Thu, 02 Jul 2015 08:08:24 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=Jp0M15MC c=1 sm=1 tr=0 a=C7TgS9Pb229lFodQust5qw==:117 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=kj9zAlcOel0A:10 a=zOBTXjUuO1YA:10 a=Sgl2aIFBAAAA:8 a=NEAV23lmAAAA:8 a=xahTagr3vPcy9pxJxg8A:9 a=CjuIK1q_8ugA:10 a=vlnTKxGs3H4A:10 In-reply-to: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.46.173.25 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11903 Archived-At: Thanks all. I think I can find a solution now. On Jul 2, 2015, at 1:04 AM, Chaos Eternal = wrote: > Hi, >=20 > The project guile-scsh has a simple install script, hope that helps. >=20 > https://github.com/ChaosEternal/guile-scsh >=20 > On Thu, Jul 2, 2015 at 8:56 AM, Matt Wette = wrote: >> Hi Folks, >>=20 >> I have developed a set of guile modules. I'd like to be able to = generate a >> package hosted on, say, github.com (or any other recommended site). = Is >> there a document providing guidance for this task? For example, = looking at >> "%load-path" in guile I'm guessing I want the code to be installed in >> .../share/guile/2.0/site or .../share/guile/site. Is the "site-dir" >> available as a variable? >>=20 >> Once installed, I'm guessing I can just use guild to compile and that = will >> install the .go files in the right place (e.g., = .../lib/guile/ccache/2.0). >>=20 >> Matt