From: Glenn Rempe <glenn@rempe.us>
To: git@vger.kernel.org
Subject: Re: git on Solaris?
Date: Wed, 20 Feb 2008 22:59:20 +0000 (UTC) [thread overview]
Message-ID: <loom.20080220T224704-454@post.gmane.org> (raw)
In-Reply-To: 200802202158.m1KLw2wM014330@rs40.luxsci.com
Daniel Quinlan <danq <at> brtt.com> writes:
>
> I'm investigating moving to git for our development, but I'm having
> difficulty getting a functional
> version on Solaris.
I am using Git on OpenSolaris (a Joyent accelerator). I found the process
of compiling Git on Solaris impossible to figure out myself as well.
The solution I found lay in installing Git from a package that
Joyent provides which has been working well for me deploying
Rails apps to Joyent using Capistrano and Git.
I did the following:
On my accelerator I downloaded this entire package dir to
my local home dir:
http://pkgsrc.joyent.com/2007Q3/All/
I copied the whole thing recursively with this command:
wget -q -r -nc http://pkgsrc.joyent.com/2007Q3/All/
Then:
sudo /opt/local/sbin/pkg_add \
~/pkgsrc.joyent.com/2007Q3/All/scmgit-1.5.3.2.tgz
You might be able to deduce what was done to get it working by
digging into the scmgit package file.
Here is a wiki page with instructions for compiling Git on solaris, but I could
not get them to work reliably (I could compile but tests would not pass).
http://discuss.joyent.com/viewtopic.php?pid=145354
I too would love to find a way to do a simple compile and install
similar to what I do on OS X.
Glenn
prev parent reply other threads:[~2008-02-20 23:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-20 21:57 git on Solaris? Daniel Quinlan
2008-02-20 22:52 ` Shawn O. Pearce
2008-02-20 22:59 ` Glenn Rempe [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20080220T224704-454@post.gmane.org \
--to=glenn@rempe.us \
--cc=git@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.