summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-13 04:52:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-14 16:33:33 +0100
commitd17d1708560ded94587f77e5015d1f966eecae18 (patch)
tree0c2be38cb758f7ae01597d40a2092d374e3d1797 /docs
parent217ef08a9768221ae02540498ae58e7436801f93 (diff)
downloadbuildroot-novena-d17d1708560ded94587f77e5015d1f966eecae18.tar.gz
buildroot-novena-d17d1708560ded94587f77e5015d1f966eecae18.zip
docs/manual: mention the Eclipse integration
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/eclipse-integration.txt30
-rw-r--r--docs/manual/working-with.txt2
2 files changed, 32 insertions, 0 deletions
diff --git a/docs/manual/eclipse-integration.txt b/docs/manual/eclipse-integration.txt
new file mode 100644
index 000000000..3d8179fa6
--- /dev/null
+++ b/docs/manual/eclipse-integration.txt
@@ -0,0 +1,30 @@
+// -*- mode:doc; -*-
+
+Integration with Eclipse
+------------------------
+
+While a part of the embedded Linux developers like classical text
+editors like Vim or Emacs, and command-line based interfaces, a number
+of other embedded Linux developers like richer graphical interfaces to
+do their development work. Eclipse being one of the most popular
+Integrated Development Environment, Buildroot integrates with Eclipse
+in order to ease the development work of Eclipse users.
+
+Our integration with Eclipse simplifies the compilation, remote
+execution and remote debugging of applications and libraries that are
+built on top of a Buildroot system. It does not integrate the
+Buildroot configuration and build processes themselves with
+Eclipse. Therefore, the typical usage model of our Eclipse integration
+would be:
+
+* Configure your Buildroot system with +make menuconfig+, +make
+ xconfig+ or any other configuration interface provided with
+ Buildroot.
+* Build your Buildroot system by running +make+.
+* Start Eclipse to develop, execute and debug your own custom
+ applications and libraries, that will rely on the libraries built
+ and installed by Buildroot.
+
+The Buildroot Eclipse integration installation process and usage is
+described in detail at
+https://github.com/mbats/eclipse-buildroot-bundle/wiki.
diff --git a/docs/manual/working-with.txt b/docs/manual/working-with.txt
index b62bacdcb..fb6bc40e3 100644
--- a/docs/manual/working-with.txt
+++ b/docs/manual/working-with.txt
@@ -14,6 +14,8 @@ include::customize.txt[]
include::common-usage.txt[]
+include::eclipse-integration.txt[]
+
Hacking Buildroot
-----------------