Installing libGDSII
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following commands to decompress the libGDSII installation package:
cd /path/to/SRC tar -xvf libGDSII-0.21.tar.gz
- Run the following command to go to the directory generated after decompression:
cd libGDSII-0.21
- Run the following command to perform the configuration:
sh autogen.sh --prefix=/path/to/DEPENDENCIES
- Run the following commands to perform the compilation and installation:
make -j make -j install
Parent topic: Configuring the Compilation Environment