Note - if you're trying to build for windows, check out the windows build instructions.
- Having go installed.
- Having node installed.
- Having libwebp installed.
- 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.