Skip to content
Zwetan Kjukov edited this page May 20, 2016 · 9 revisions

Welcome to the helloworld documentation wiki!

The helloworld samples are very basic examples which focus on 3 points

  • programs written in ActionScript 3.0
  • basic workflow and automated builds
  • publish to multiple and cross-platform targets

This is a work in progress where I reflect, dissect, etc. on my own builds to extract and automate the essential into a reusable set of tools.

While currently the main focus is on command-line tools and server-side programs, based out of the redtamarin or the as3shebang projects, the focus could extend to GUI on the desktop and mobile too.

Documentation

Building Basic
Starts here.

Building Dependencies
The toolchain we use to build programs.

Building CLI Programs

Building GUI Programs

Building Daemon Programs

Building Shell Programs

Building Debian Packages

Building Mac OS X Packages

Apple Developer Certificates

Signing Under Mac OS X

Building Windows Debian Packages

Examples

  • helloworld-cli-linux
    command-line programs for Linux
    mainly Debian and Ubuntu
  • helloworld-cli-macosx
    command-line programs for Mac OS X
  • helloworld-cli-windows
    command-line programs for Windows
  • helloworld-daemon-linux
    daemon programs for Linux
  • helloworld-daemon-macosx
    daemon programs for Mac OS X
    using LaunchD
  • helloworld-daemon-windows
    daemon (service) programs for Windows
Clone this wiki locally