Phing!

* phing-2.16.0.phar http://www.phing.info/get/phing-2.16.0.phar
(sha-512 hash http://www.phing.info/get/phing-2.16.0.phar.sha512
**Our PEAR channel has been deprecated. Starting from 3.0, Phing will only be available through Composer or as a .phar archive.** You can install Phing by adding the _pear.phing.info_ channel to your PEAR environment and then installing Phing using the _phing_ channel alias and _phing_ package name: pear channel-discover pear.phing.info pear install alldeps] phing/phing For more info, refer to the PEAR channel http://pear.phing.info.
**Starting from version 3.0, Phing will only be available through Composer or as a .phar archive.** The full Phing package has a more traditional directory organization and contains the full docume

Phing alternatives

  • CMake

  • CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • GNU Make

  • Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

    tags: build-automation software-development
  • SCons

  • SCons is an Open Source software construction tool—that is, a next-generation build tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.

    tags: build-automation build-tool compiling compiling-tool cross-platform
  • Rake

  • Rake is a software task management and build automation tool. It allows you to specify tasks and describe dependencies as well as to group tasks in a namespace.

    tags: Portable ruby building build-automation build-system
  • EBuild

  • EBuild is a software build automation system. It is written in Java but is a general system that can be applied to almost any software development in its entirety.

    tags: ant automated build-automation build-system build-tool
  • waf

  • Waf is a Python-based framework for configuring, compiling and installing applications.

    tags: Portable build-tool compiling cross-platform development
  • qmake

  • Manual: https://doc.qt.io/qt-5/qmake-manual.html

    tags: build-automation build-tool compiling compiling-tool cross-platform