Software Requirements · GSmartControl (original) (raw)

Note: If using the official Windows packages, no additional software is required.

Supported Operating Systems

Build Requirements

Note: These are required only if you're building GSmartControl from source code.

Building from Source

  1. Install the dependencies using your package manager.
  2. Clone or extract GSmartControl source code. We assume the directory is named gsmartcontrol.
  3. Build GSmartControl using the following commands:
cd gsmartcontrol  
mkdir build  
cd build  
cmake .. -DCMAKE_BUILD_TYPE=Release  
make  

Runtime Requirements

Note: The Windows packages already include all the required software.