File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,19 @@ permalink: /software-requirements
25
25
* [ GTK+ 3] ( https://www.gtk.org ) library, version 3.4 or higher.
26
26
* [ Gtkmm] ( https://www.gtkmm.org ) library, version 3.4 or higher.
27
27
* C++20 Compiler (GCC 13 or later, Clang/libc++ 17 or later, Apple Clang 15 or later)
28
+ * [ CMake] ( https://cmake.org ) , version 3.14 or higher.
29
+
30
+ ### Building from Source
31
+ 1 . Install the dependencies using your package manager.
32
+ 2 . Clone or extract GSmartControl source code. We assume the directory is named ` gsmartcontrol ` .
33
+ 3 . Build GSmartControl using the following commands:
34
+ ``` bash
35
+ cd gsmartcontrol
36
+ mkdir build
37
+ cd build
38
+ cmake .. -DCMAKE_BUILD_TYPE=Release
39
+ make
40
+ ```
28
41
29
42
## Runtime Requirements
30
43
** Note:** The Windows packages already include all the required software.
You can’t perform that action at this time.
0 commit comments