Skip to content
/ cmdlets Public

build static libraries or binaries from source

Notifications You must be signed in to change notification settings

mtdcy/cmdlets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdlets

Prebuilt single file, pseudo-static binaries and libraries for Linux | macOS | Windows.

This Project includes:

  • bash script functions for creating static libraries and binaries.

Quick Start

# 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

Supported arch

  • x86_64-linux-gnu
  • x86_64-linux-musl
  • x86_64-apple-darwin

Artifacts

CN

Build Libraries & Binaries

Build on Host

make prepare-host

make zlib

Build with Docker

export DOCKER_IMAGE=cmdlets

make zlib

Build with remote machine

export REMOTE_HOST=10.10.10.234
make prepare-remote-homebrew    # run only once

make zlib

Build options

export UPKG_MIRROR=http://pub.mtdcy.top/packages

export ULOGS=tty # options: tty,plain,silence

export NJOBS=2   #

LICENSES

  • 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.

About

build static libraries or binaries from source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published