💾 Archived View for lofi.haiku-os.org › docs › develop › packages › Migration.gmi captured on 2024-03-21 at 15:05:42. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-28)

-=-=-=-=-=-=-

Migration to Package Management

This document gives an overview of what changes with the migration to package management. It has sections for different groups of Haiku users. All applying sections should be read in order.

Changes for Users

DirectoryStructure

for details.

Changes for Application Developers

BuildingPackages

for more information.

API documentation

).

Changes for Haiku Developers

For example, for building the default configuration of Haiku from a file system with proper xattr support, your configure options could look like this:

$ ./configure --build-cross-tools x86_gcc2 ../buildtools --build-cross-tools x86 --use-xattr

src/kits/textencoding/Jamfile

for a small example.

src/add-ons/mail_daemon/inbound_protocols/pop3/Jamfile

for an example.

Changes for Porters

haikuporter documentation

for more information.