| | 11 | |
| | 12 | |
| | 13 | |
| | 14 | == Haiku OS tipps == |
| | 15 | |
| | 16 | === gcc 2.x (default) === |
| | 17 | When building your own Haiku image, you can add |
| | 18 | {{{ |
| | 19 | AddOptionalHaikuImagePackages Development ; |
| | 20 | }}} |
| | 21 | to your {{{build/jam/UserBuildConfig}}} file. This sets up a development environment and unzips a small tree of ready-to-use binary tools onto your image, including a Haiku-specific gcc2, [wiki:dev-lang/perl Perl] and autotools. Other helpful packages are {{{OpenSSL}}} and the {{{Pe}}} text editor (which allows you to jump to the line of an error message). |
| | 22 | |
| | 23 | Most software cannot handle {{{i586-pc-haiku}}} yet, so it is usually necessary to {{{configure}}} with {{{--build=i586-pc-beos}}}. |
| | 24 | |
| | 25 | === gcc 4.x === |
| | 26 | A native development environment is not yet available for gcc4-based Haiku; the cross-compiler can be used instead. |
| | 27 | |
| | 28 | A [http://dev.haiku-os.org/ticket/1844 shell script] to aid in this is available for use with autotools based software. |