Error download zeromq 4.3.1 when compiling for ubuntu
unyil opened this issue · comments
unyil commented
I got error download zeromq when compiling for ubuntu.
This error resolved by removing backslash in file Snowgem/depends/packages/zeromq.mk
Line 3
$(package)_download_path=https://github.com/zeromq/libzmq/releases/download/v$($(package)_version)/
to
$(package)_download_path=https://github.com/zeromq/libzmq/releases/download/v$($(package)_version)
TENT commented
thanks so much. Updated