Compiling and Installing MiniFE
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to decompress the installation package:
tar -xvf miniFE-2.2.0.tar.gz
- Run the following command to switch to the directory generated after the package is decompressed:
cd /path/to/miniFE/miniFE-2.2.0/ref/src
- Run the following command to perform compilation:
make
Parent topic: MiniFE 2.2.0 Porting Guide (CentOS 7.6)