Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the main program installation directory.
cd /path/to/double-conversion
- Decompress the installation packages.
tar xvf v3.2.0.tar.gz
- Go to the directory generated after decompression.
cd double-conversion-3.2.0
- Create a build directory and go to the directory.
mkdir build cd build
- Perform the compilation and installation.
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/double-conversion -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON make -j make install
Parent topic: Double-conversion 3.2.0 Porting Guide (Kylin V10)