binary build no dependencies remark
👎
@pynixwang You can refer to the Building IPChain Core module.
@summerxue1992 if not static linking, we need install libs, it's not good I must execute it and see can not load shared library and guess what library.
@pynixwang Do you simply need to run the environment?The source code is an introduction to the environment that needs to be installed for compilation, and if it's simply run-time environment dependencies, you can pack the files that are statically dependent and install them in scripts, which is not a problem.
@pynixwang If you are interested, you need to modify the compilation link, and then specify the directory of the library you depend on.
yes runtime dependencies.
just give a remark like this
sudo apt install xxx yyy zzz
or give a docker image with all dependencies and a run command.
Please reference document "Building IPChain Core" of the path https://github.com/IPCChain/ipchain/blob/master/README.md .
@FlyLiuYan runtime dependencies. no more xxx-dev.