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 |
