Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 1.3 KB

README.md

File metadata and controls

51 lines (26 loc) · 1.3 KB

🚰 Copy build products and reorganize them

... for Android, BSDs, Linux, macOS, SunOS, Windows (MinGW, WSL)

After having build something with your favorite build tool like make, this tool will copy the build results to a destination folder. Essentially, mulle-dispense is a shortcut for:

cd build
cp -Rp include share lib bin "${DEPENDENCY_DIR}"

But headers can be reorganized to fit a canonical "subfolder for every library" scheme. So #include <zlib.h> may become #include <zlib/zlib.h>.

Release Version Release Notes
Mulle kybernetiK tag RELEASENOTES

Install

See mulle-sde-developer how to install mulle-sde, which will also install mulle-dispense with required dependencies.

The command to install only the latest mulle-dispense into /usr/local (with sudo) is:

curl -L 'https://github.com/mulle-sde/mulle-dispense/archive/latest.tar.gz' \
 | tar xfz - && cd 'mulle-dispense-latest' && sudo ./bin/installer /usr/local

Author

Nat! for Mulle kybernetiK