Ideam is an IDE for Haiku.
The editor is based on Scintilla for Haiku.
From version 0.5.5 onwards it is developed and tested on both x86 variants (x86_gcc2, x86_64).
- Install
scintilla
andscintilla_devel
hpkgs from HaikuPorts (scintilla_x86
versions for x86_gcc2) - Clone
ideam
sources - Execute
make
in Ideam's top directory
The executable is created inapp
subdirectory.
If you would like to try a clang++ build:
- Install
llvm_clang
hpkg from HaikuPorts - Set
BUILD_WITH_CLANG
to1
inMakefile
Currently (2023) Ideam is on hold. You may have a look at Genio.
Ideam is available under the MIT license. See License.md.