Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.71 KB

DEVELOPMENT.md

File metadata and controls

65 lines (46 loc) · 1.71 KB

OVERVIEW

tinyrick's own compilation process is compatible with standard cargo. We wrap some common workflows with build tasks for convenience.

BUILDTIME REQUIREMENTS

  • Docker 20.10.21+
  • POSIX compatible make
  • Rust 1.75.0+
  • POSIX compatible tar
  • Provision additional dev tools with make -f install.mk [-j 4]

Recommended

INSTALL BINARY ARTIFACTS FROM LOCAL SOURCE

$ make install

UNINSTALL BINARY ARTIFACTS

$ make uninstall

AUDIT

$ make audit

BUILD: LINT, DOC, COMPILE, and TEST

$ make build

PUBLISH

$ make publish

PORT

$ make port

CLEAN

$ make clean