quark-project / quark

Quark cryptocurrency
http://www.qrknet.info/
MIT License
34 stars 40 forks source link

PlEASE: How can I build a STATIC BINARY? #29

Open Adeliscod opened 6 years ago

Adeliscod commented 6 years ago

I need to compile the app in a static form where the binary that outputs doesn't require the installation of more libraries. For example:

"quark: error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory."

This happens when I move the binary and try to compile it in another server.

Thanks