Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 342 Bytes

BUILD.md

File metadata and controls

21 lines (14 loc) · 342 Bytes

Building freedb

Prerequisites

  • Go 1.11 or above

Using Makefile

# Build freedb binary for your platform in bin
make

# Build freedb binary and copy it to bin
make install

# Build 32-bit and 64-bit executables and tarballs in bin
make release

# Make release archives for all supported platforms in bin
make release-all