clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
215 stars 72 forks source link

configure: error: CLIgen missing #246

Closed lyzliyuzhi91 closed 3 years ago

lyzliyuzhi91 commented 3 years ago
checking cligen/cligen.h usability... no                                             
checking cligen/cligen.h presence... no                                              
checking for cligen/cligen.h... no                                                   
configure: error: CLIgen missing. Try: git clone https://github.com/clicon/cligen.git

I get the code via downloading the zip because I cannot use git in my linux machine. So how can i successfully build without using git clone ? thanks.

olofhagsand commented 3 years ago

You need to download, configure and install cligen first, just as you started with clixon. There is a zip file for cligen as well, at https://github.com/clicon/cligen.

lyzliyuzhi91 commented 3 years ago

My negligence. I misread the cligen.git as clixon.git. thanks.