This cheatsheet will introduce the GNU Autotools plugin by importing an existing project that uses Autotools. 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". Congratulations! You now have a simple GNU autotools project.