- Operating System: Windows/Linux/macOS
- Dependencies:
- Qt 5.15+ (Core, Gui, Widgets modules)
- CMake ≥ 3.10
- C++17 compatible compiler (GCC 9+, Clang 10+, MSVC 2019+)
# Clone repository (if applicable)
git clone https://github.com/yourrepo/wind-turbine-sim.git
cd wind-turbine-sim
# Configure and build
mkdir -p build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --parallel $(nproc)
# Run application
./WindTurbineSim