<subitemlabel="If the following repository does not already exist, create it by selecting "Create a new repository location", pressing "Next", and filling in the following information: Host: sourceware.org Repository path: /cvs/eclipse User: <anonymous> Connection type: pserver"skip="true">
</subitem>
<subitemlabel="Press Next to advance to CVS module selection."skip="false">
</subitem>
<subitemlabel="Choose "Use an existing module" and open "autotools" and select "sources" in the populated list of projects."skip="false">
</subitem>
<subitemlabel="Press Next."skip="false">
</subitem>
<subitemlabel="Ensure "Check out as a project configured using the New Project wizard" is selected."skip="false">
</subitem>
<subitemlabel="Press Finish."skip="false">
</subitem>
<subitemlabel="Select C/C++ -> C Project"skip="false">
</subitem>
<subitem
label="Within the C Project dialog, open the GNU Autotools category in the tree view and select "Empty Project"">
</subitem>
<subitemlabel="Give the project a name. For this example, choose "sources"."skip="false">
</subitem>
<subitemlabel="Press Next."skip="false">
</subitem>
<subitemlabel="Press Finish."skip="false">
</subitem>
<subitemlabel="If asked to switch to C/C++ Perspective, select ok and choose to default this behavior"skip="false">
</subitem>
</item>
<itemtitle="Build Project">
<description>
</description>
<subitem
label="Navigate to the project in the Project Explorer view by selecting the "sources" project you just created.">
</subitem>
<subitem
label="Open the Project pull-down from the main menu">
</subitem>
<subitem
label="If "Build Automatically" is not checked, select "Build Project"">
In the Console view, there is a button entitled "Display Selected Console". Its icon depicts a monitor with two lines of text on it. Pressing this button will drop down to show all available consoles. At this point, you should have three consoles: one for configure output ("Configure"), one for build output ("C-Build"), and one for the binary output that you just ran ("<terminated> sources ...").
The output of the program should be displayed in the Console view which should be one of the tabs visible in the bottom of the IDE. If you made no modifications, it should read "hello world".