DigitalNoteXDN / OLD-digitalnote

Base core code for DigitalNote
11 stars 10 forks source link

Compile with "static linking" #13

Open skironDotNet opened 5 years ago

skironDotNet commented 5 years ago

I was trying to run XDN at CentOs, the client tools (I don't care about QT) and it is missing dependency.

Can you compile binaries as bundle, please refer to this, different coin but great guidance https://github.com/Crowndev/crown-core/issues/92

Saying so, I'll try to compile myself and if make it work we can deploy more universal linux binaries

skironDotNet commented 5 years ago

If anybody cares. I was able to build on CentOs using depends build from Crown, but only simplewallet works, other binaries return "Failed to parse arguments: character conversion failed" and they display help info, so somehow command arg are not being parsed

AuCRHI commented 5 years ago

Nice work. Does the Daemon not work?

skironDotNet commented 5 years ago

only simplewallet seems to work but didn't test fully because daemon and others throw "Failed to parse arguments: character conversion failed" and they display help info, so somehow command arg are not being parsed.