|
|
|
|
|
by takeda
3925 days ago
|
|
What language is it in, why not use packaging from the language itself. It would be more likely to work across many different OSes not just Linux. If it's a binary, why not compile it statically? That way it's a single file and it also will perform faster (using shared objects has overhead) |
|
I 100% agree with the compile it statically thing. This is what many major internet properties likes Google do and I would argue part of why Go is so popular. But, it is hard for the vast majority of applications that expect to open files for assets and lack build systems for static compilation.