Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 767 Bytes

BUILD.md

File metadata and controls

36 lines (31 loc) · 767 Bytes

Building Pixlet

Note - if you're trying to build for windows, check out the windows build instructions.

Prerequisites

Steps

  • Clone the repository:
     git clone https://github.com/tidbyt/pixlet
  • Cd into the repository:
     cd pixlet
  • Build the frontend:
     npm install
     npm run build
  • Build the binary:
     make build
  • After that you will have the binary /pixlet, which you should copy to your path.