System-Wide Installation
While bmakelib is primarily designed for zero-install project bootstrapping, it can also be installed system-wide for environments where global availability is preferred.
1. Homebrew (macOS and Linux)
2. Linux Distributions (DEB / RPM)
Pre-built binary packages are published on each GitHub Release:
2.1 Debian / Ubuntu
wget https://github.com/bahmanm/bmakelib/releases/download/v0.9.1/bmakelib_0.9.1-1_all.deb
sudo dpkg -i bmakelib_0.9.1-1_all.deb
2.2 RHEL / Fedora / CentOS
wget https://github.com/bahmanm/bmakelib/releases/download/v0.9.1/bmakelib-0.9.1-1.1.noarch.rpm
sudo rpm -i bmakelib-0.9.1-1.1.noarch.rpm
3. Building and Installing from Source
4. Usage with Global Installations
When installed globally to standard locations (such as /usr/local or /usr), include bmakelib directly in your Makefile: