瀏覽代碼

Update README.md

Maldela 10 年之前
父節點
當前提交
84697ab17a
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -3,3 +3,9 @@ GUI for Fancontrol.
 It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. 
 It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. 
 Furthermore it communicates with systemd via dbus to control the fancontrol service. 
 Furthermore it communicates with systemd via dbus to control the fancontrol service. 
 If you want to compile without systemd support set the option -DNO_SYSTEMD=true.
 If you want to compile without systemd support set the option -DNO_SYSTEMD=true.
+
+
+At the moment it consists of two parts:
+
+The Core part which I plan to reuse for a kcm in the future and can be build by providing -DBUILD_CORE=1
+The GUI part which can be build by providing -DBUILD_GUI=1