Compilation and Installation
Procedure
- Use PuTTY to log in to the server as the root user.
- Go to the source package directory.
cd /path/to/MSMC
- Load the D compiler.
source ~/dlang/ldc-1.30.0/activate
- Decompress the installation package.
tar xvf v1.1.0.tar.gz
- Modify the configuration file.
cd msmc-1.1.0 sed -i "s/dmd/ldmd2/g" Makefile sed -i "2s/usr\/lib/path\/to\/MSMC\/gsl/g" Makefile
- Perform the compilation.
make
Parent topic: MSMC 1.1.0 Porting Guide (Kylin V10)