Skip to content
Corey Garst edited this page May 28, 2014 · 2 revisions

##CLIP for RHEL 6.3

This is the latest release of CLIP for RHEL 6.3. The release was officially announced on the CLIP mailing list and is archived here:

http://oss.tresys.com/pipermail/clip/2012-December/000303.html

Grab the git repo and build from source

git clone https://github.com/TresysTechnology/clip.git clip
cd clip
git checkout CLIP_RHEL_6.3
make help

##CLIP for RHEL 6.2

This is the latest release of CLIP for RHEL 6.2. The release was officially announced on the CLIP mailing list and is archived here:

http://oss.tresys.com/pipermail/clip/2012-November/000259.html

Grab the git repo and build from source

git clone https://github.com/TresysTechnology/clip.git clip
cd clip
git checkout CLIP_RHEL_6.2_Final
make help