Installing UDUNITS
Procedure
- Use PuTTY to log in to the server as the root user.
- Download the UDUNITS installation package.
cd /path/to/udunits wget https://artifacts.unidata.ucar.edu/repository/downloads-udunits/2.2.28/udunits-2.2.28.tar.gz
- Decompress the UDUNITS installation package.
tar xvf udunits-2.2.28.tar.gz
- Go to the directory generated after the decompression.
cd udunits-2.2.28
- Compile and install UDUNITS.
./configure --prefix=/path/to/udunits make -j make install
Parent topic: Configuring the Compilation Environment