any-guide – step-by-step tutorial on any(1), the build system for POSIX programs.

Table of Contents
  • 1. Introduction
  • 2. Preparation at start
  • 2.1. Creation of working directory
  • 2.2. Manuals
  • 2.3. Build environment
  • 3. Trial project
  • 3.1. Basic settngs
  • 3.2. Settings for package format
  • 3.3. View settings
  • 3.4. Sources for trial build
  • 3.5. Directory and anybuild of trial package
  • 3.6. Trial package build
  • 3.7. Owner of package files
  • 3.8. Own packages marking
  • 3.9. Trial project: results
  • 4. Concepts
  • 4.1. System fundamentals
  • 4.2. Project configuration
  • 4.3. Generated scripts
  • 4.4. Build functions
  • 4.5. Packages and anybuilds
  • 4.6. Build results
  • 5. Project development
  • 5.1. Platform description
  • 5.2. Adding packages
  • 5.3. Adding functions
  • 5.4. Adding package formats
  • 5.5. More on configuration
  • 5.6. Debug
  • 5.7. Single function call
  • 6. Distribution
  • 6.1. Keeping sources
  • 6.2. Review of existing packages
  • 6.3. Package lists
  • 6.4. Dependencies
  • 6.5. Dependencies preparation
  • 6.6. Dependencies review
  • 6.7. Build with dependencies
  • 6.8. Project result
  • 7. Environment isolation
  • 7.1. Build in isolation
  • 7.2. Manual chroot
  • 7.3. Settings of isolated environment
  • 7.4. Isolation requirements
  • 8. See also
  • Previous

  • Next

    Introduction

  • Home