jam
Build tool, replacement for make
jam
Descrizione
Jam is a small open-source build tool that can be used as a replacement for Make. Even though Jam is a lot simpler to use than Make, it is far more powerful and easy to master. Its design is sufficiently clear to allow any average programmer to extend it with advanced features at will.
The main differences between Jam and Make are: - Jam uses 'Jamfiles' instead of 'Makefiles'. - Jamfiles do not normally contain toolset-specific rules or actions. They are thus portable among distinct compilers. - Jamfiles are a lot simpler than Makefiles to write and understand, while providing the same functionality, and much, much more.
Installa
Canale stable v2.5_2021_10_29-2
Questa app e' curata in HaikuPorts. Installala da li', e' gia' disponibile in HaikuDepot.
pkgman install jam
Attenzione: il file arriva dal server di HaikuPorts, ma installarlo a mano non è la strada consigliata. È «pkgman» a risolvere le dipendenze che un .hpkg non porta con sé: un pacchetto installato da solo potrebbe non partire. Usa il comando pkgman qui sopra, a meno che tu non sappia esattamente perché ti serve il file.