Hacker News new | ask | show | jobs
by webscalist 3345 days ago
How do I build on linux? Don't have debian.
2 comments

You may check travis.yml (a bit hacky script but it's all I have for now).
I don't know how to build from source (haven't checked), but you can extract .deb files with `ar x whatever.deb` and `tar xf data.tar.gz`.