Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 532 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 532 Bytes

Company System

Company System is a demo application that works with three build tools:

  • GNU Make
  • ibmi-bob
  • ARCAD Builder from IBM i Modernization Engine for Lifecycle Integration (Merlin)

Setup

TODO.

Build Commands

  • GNU Make
  • ibmi-bob
    • Project build makei build
    • Compile of files makei compile -f {files}
  • ARCAD Builder
    • Project build /QOpenSys/pkgs/bin/elias compile {branch}
    • Compile of files /QOpenSys/pkgs/bin/elias compile {branch} -f {files}