Haiku Development

From Armagetron
Revision as of 21:33, 26 November 2018 by Armanelgtron (talk | contribs) (Created page with "Hopefully this will be more user friendly in the future. For now, here is what I did to compile on Haiku. == Dependencies == To install the dependencies from HaikuDepot, you'...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hopefully this will be more user friendly in the future. For now, here is what I did to compile on Haiku.

Dependencies

To install the dependencies from HaikuDepot, you'll need to first check the "Develop Packages" in the "Show" menu.

Build ArmagetronAd

./configure will not automatically detect that you are using Haiku. Instead, it will just error. I also decided to use the folders I did because Haiku doesn't seem to use the traditional folders of many *nix systems.

Configure

./configure --build x86_64-unknown-haiku --prefix /boot/home/config/non-packaged/ --datadir \${prefix}/data/ --disable-games --disable-etc --disable-useradd LIBS=-lnetwork