Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:handbook:development [2011/05/07 19:16] – update linea | en:handbook:development [2016/10/24 14:24] (current) – IDE Geany replaced by Beaver hgt | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| ===== Beaver ===== | ===== Beaver ===== | ||
| - | Beaver is a simple, lightweight and fast code editor offering syntax. Beaver can be found in the Menu -> Development ->Code Editor. Once launched for the first time you can adjust your preferences through the Edit button. You can run it through a X terminal with the following command: | + | Beaver is a simple, lightweight and fast code editor offering syntax. Beaver can be found in the Menu -> Development -> Code Editor. Once launched for the first time you can adjust your preferences through the Edit button. You can run it through a X terminal with the following command: |
| < | < | ||
| + | |||
| + | ===== Geany IDE===== | ||
| + | |||
| + | Geany is an IDE, or Integrated Development Environment. It is a simple, small and lightweight application, | ||
| + | |||
| + | ==== Executing Geany ==== | ||
| + | |||
| + | You can install Geany: | ||
| + | |||
| + | < | ||
| + | |||
| + | After it runs for the first time, you can set your preferences through the menu //Edit// --> // | ||
| + | |||
| + | < | ||
| + | |||
| + | Note: when compiling source code, the // | ||
| ===== Perl or Microperl - Code/use Perl scripts ===== | ===== Perl or Microperl - Code/use Perl scripts ===== | ||
| Line 72: | Line 88: | ||
| === Hello world! === | === Hello world! === | ||
| - | The purpose of this script is to display Hello World. You can start by creating the file and making it executable on the command line and then editing with IDE Geany. Note the script is called hello.pl, but you can name it as you see fit, with or without the .pl extension: | + | The purpose of this script is to display Hello World. You can start by creating the file and making it executable on the command line and then editing with Beaver. Note the script is called hello.pl, but you can name it as you see fit, with or without the .pl extension: |
| < | < | ||