aboutsummaryrefslogtreecommitdiff
path: root/docs/eclipse.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/eclipse.md')
-rw-r--r--docs/eclipse.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/eclipse.md b/docs/eclipse.md
index c51df522d..2cb90647a 100644
--- a/docs/eclipse.md
+++ b/docs/eclipse.md
@@ -1,6 +1,6 @@
1# Setting up Eclipse for QMK Development 1# Setting up Eclipse for QMK Development
2 2
3[Eclipse](https://en.wikipedia.org/wiki/Eclipse_(software)) is an open-source [Integrated Development Environment](https://en.wikipedia.org/wiki/Integrated_development_environment) (IDE) widely used for Java development, but with an extensible plugin system that allows to customize it for other languages and usages. 3[Eclipse][1] is an open-source [Integrated Development Environment](https://en.wikipedia.org/wiki/Integrated_development_environment) (IDE) widely used for Java development, but with an extensible plugin system that allows to customize it for other languages and usages.
4 4
5Using an IDE such as Eclipse provides many advantages over a plain text editor, such as: 5Using an IDE such as Eclipse provides many advantages over a plain text editor, such as:
6* intelligent code completion 6* intelligent code completion
@@ -17,7 +17,7 @@ Note that this set-up has been tested on Ubuntu 16.04 only for the moment.
17 17
18# Prerequisites 18# Prerequisites
19## Build Environment 19## Build Environment
20Before starting, you must have followed the [Getting Started](home.md#getting-started) section corresponding to your system. In particular, you must have been able to build the firmware with [the `make` command](../#the-make-command). 20Before starting, you must have followed the [Getting Started](README.md#getting-started) section corresponding to your system. In particular, you must have been able to build the firmware with [the `make` command](../#the-make-command).
21 21
22## Java 22## Java
23Eclipse is a Java application, so you will need to install Java 8 or more recent to be able to run it. You may choose between the JRE or the JDK, the latter being useful if you intend to do Java development. 23Eclipse is a Java application, so you will need to install Java 8 or more recent to be able to run it. You may choose between the JRE or the JDK, the latter being useful if you intend to do Java development.
@@ -84,3 +84,5 @@ We will now configure a make target that cleans the project and builds the keyma
847. (Optional) Toggle the <kbd>Hide Empty Folders</kbd> icon button above the targets tree to only show your build target. 847. (Optional) Toggle the <kbd>Hide Empty Folders</kbd> icon button above the targets tree to only show your build target.
858. Double-click the build target you created to trigger a build. 858. Double-click the build target you created to trigger a build.
869. Select the <kbd>Console</kbd> view at the bottom to view the running build. 869. Select the <kbd>Console</kbd> view at the bottom to view the running build.
87
88 [1]: https://en.wikipedia.org/wiki/Eclipse_(software) \ No newline at end of file