Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

one liner on how to build this #10

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -82,6 +82,8 @@ OPTIONS:

## Building

`scripts/build`
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this doesn't work for me, it complains that I didn't clone the repo over downloading the zip.


* Linux: Binary generated under `bin/`
`make`

Expand Down
2 changes: 2 additions & 0 deletions scripts/build
Expand Up @@ -30,3 +30,5 @@ if [ -n "$CROSS" ]; then
done
done
fi

echo "Done building"