diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 7537a5c3c9..5f3b67de24 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -1190,7 +1190,11 @@ directory.</para></listitem> | |||
1190 | The <filename>Yocto Project Settings</filename> | 1190 | The <filename>Yocto Project Settings</filename> |
1191 | Dialog allows you to override those default settings | 1191 | Dialog allows you to override those default settings |
1192 | for a given project.</para></listitem> | 1192 | for a given project.</para></listitem> |
1193 | <listitem><para>Make your configurations for the project and click "OK".</para></listitem> | 1193 | <listitem><para>Make your configurations for the project and click "OK". |
1194 | If you are runing the Juno version of Eclipse, you can skip down to the next | ||
1195 | section where you build the project. | ||
1196 | If you are not working with Juno, you need to reconfigure the project as | ||
1197 | described in the next step.</para></listitem> | ||
1194 | <listitem><para>Select <filename>Project -> Reconfigure Project</filename>: | 1198 | <listitem><para>Select <filename>Project -> Reconfigure Project</filename>: |
1195 | This selection reconfigures the project by running | 1199 | This selection reconfigures the project by running |
1196 | <filename>autogen.sh</filename> in the workspace for your project. | 1200 | <filename>autogen.sh</filename> in the workspace for your project. |
@@ -1208,7 +1212,9 @@ directory.</para></listitem> | |||
1208 | <title>Building the Project</title> | 1212 | <title>Building the Project</title> |
1209 | 1213 | ||
1210 | <para> | 1214 | <para> |
1211 | To build the project, select <filename>Project -> Build Project</filename>. | 1215 | To build the project in Juno, right click on the project in the navigator pane and select |
1216 | <filename>Build Project</filename>. | ||
1217 | If you are not running Juno, select <filename>Project -> Build Project</filename>. | ||
1212 | The console should update and you can note the cross-compiler you are using. | 1218 | The console should update and you can note the cross-compiler you are using. |
1213 | </para> | 1219 | </para> |
1214 | </section> | 1220 | </section> |