Y
Hacker News
new
|
ask
|
show
|
jobs
by
webscalist
3345 days ago
How do I build on linux? Don't have debian.
2 comments
peterrudenko
3345 days ago
You may check travis.yml (a bit hacky script but it's all I have for now).
link
vortico
3344 days ago
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`.
link