[gnome-builder/wip/chergert/pipeline-merge: 64/64] buildui: add OVERVIEW.md



commit 5cfa3a3ee5d58ffa4f61e5365838cdfae011edda
Author: Christian Hergert <chergert redhat com>
Date:   Sat Feb 4 23:57:33 2017 -0800

    buildui: add OVERVIEW.md

 libide/buildui/OVERVIEW.md |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildui/OVERVIEW.md b/libide/buildui/OVERVIEW.md
new file mode 100644
index 0000000..bc1473c
--- /dev/null
+++ b/libide/buildui/OVERVIEW.md
@@ -0,0 +1,15 @@
+# Build UI
+
+This embedded plugin provides UI for various build components such as the build
+panel and the build log panel.
+
+Additionally, it provides the perspective for altering build configurations.
+The configuration providers can use IdeBuildConfigurationView directly or with
+subclasses to allow altering their build configuration.
+
+The ide-build-tool.c provides a command line tool that can execute a build for a
+project when run from the source directory.
+ 
+```sh
+gnome-builder-cli build
+```


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]