TENTOfficial / TENT

TENT source code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error download zeromq 4.3.1 when compiling for ubuntu

unyil opened this issue · comments

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)

commented

thanks so much. Updated