Installeren Git en Ruby op Solaris

Op een Solaris machine zonder internet connectie en zonder admin rechten.

De GNU tools in het path plaatsen:

1
export PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin

Installeren Git:

1
2
3
4
gtar -xvzf /tmp/git-1.6.5.4.tar.gz 
cd git-1.6.5.4
MAKE=gmake ./configure --prefix=/apps/local --without-tcltk  --enable-pthreads=-pthreads
MAKE=gmake gmake install

Installeren Ruby

1
2
3
4
5
gtar -xvzf /tmp/ruby-1.9.1-p243.tar.gz 
cd ruby-1.9.1-p243/
MAKE=gmake ./configure --prefix=/apps/local
MAKE=gmake gmake
MAKE=gmake gmake install

Share/Save/Bookmark

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>