Prebuilt single file, pseudo-static binaries and libraries for Linux | macOS | Windows.
This Project includes:
- bash script functions for creating static libraries and binaries.
# Github
bash -c "$(curl -fsSL https://raw.githubusercontent.com/mtdcy/cmdlets/main/cmdlets.sh)" install
# CN
bash -c "$(curl -fsSL http://git.mtdcy.top/mtdcy/cmdlets/raw/branch/main/cmdlets.sh)" install
# Install cmdlet
cmdlets.sh install nvim
# OR
ln -svf cmdlets.sh nvim
- x86_64-linux-gnu
- x86_64-linux-musl
- x86_64-apple-darwin
make prepare-host
make zlib
export DOCKER_IMAGE=cmdlets
make zlib
export REMOTE_HOST=10.10.10.234
make prepare-remote-homebrew # run only once
make zlib
export UPKG_MIRROR=http://pub.mtdcy.top/packages
export ULOGS=tty # options: tty,plain,silence
export NJOBS=2 #
- This Project is licensed under BSD 2-Clause License.
- The target is either LGPL or GPL or BSD or others depends on the source code's license.