Posted in Programming, Solaris on 04/08/2009 08:00 am by jmccune
Using OpenSolaris 2008.11, it appears the most complete way to obtain a full-featured development tool chain is to install the ss-dev and gcc-dev package clusters.
pfexec pkg install gcc-dev ss-dev
References:
Posted in System Administration on 11/26/2007 02:20 pm by jmccune
I’ve setup a public facing Git repository and gitweb interface to publish my patches to puppet and any other open source projects which may use Git in the future.
The locations are:
If you’re a puppet developer, you’re able to track my repository easily with:
git remote add mccune http://northstarlabs.net/git/puppet