Version 1 (modified by lalibert, 8 years ago) (diff) |
---|
Compliling CDO as a non-root user
- Download the most recent CDO version. New features and bug fixes are common and users are urged to keep an up-to-date version of CDO.
- Create a local installation directory in your home. In BASH:
mkdir -p ~/local/cdo export CDO_HOME="~/local/cdo"
- Build libs4cdo, to be found on the CDO website. In the libs4cdo directory:
./configure --prefix=$CDO_HOME make make install