nebulasio / wiki

This repository is out of date, please check the new wiki:
http://wiki.nebulas.io/en/latest/
GNU General Public License v3.0
421 stars 154 forks source link

Can not find the dep file #79

Open Npizza opened 6 years ago

Npizza commented 6 years ago

I try to run nebulas testnet and after installing dep the instructions say that I run make dep but there is no such a file.What can I do?

WonniPooh commented 6 years ago

I am using linux Fedora, I've faced the same problem. To make it work u should go to your

$GOPATH/src/github.com/nebulasio/go-nebulas

folder, and from there invoke dep. It should be in the same directory structure as mine, if u followed guide, so its like $GOPATH/bin/dep and to make it work u should run command ensure -v, so the complete command looks for me like :

$GOPATH/bin/dep ensure -v.

Hope I described it well enough to make it work for you.

weiht12 commented 5 years ago

你好,此版本为星云旧版wiki,欢迎将您的问题提交星云新版wiki,以便于及时与星云开发人员及其他社区开发者进行交流。同时,参与wiki的编辑维护工作还会有奖励哦。新版wiki链接:https://wiki.nebulas.io/en/latest/ (英文);https://wiki.nebulas.io/zh_CN/latest/ (中文) Hello, this version is the nebulas old wiki (later stop maintenance), welcome to submit your question to the new nebulas wiki, in order to get timely answers. At the same time, there will be rewards for editing and maintaining the wiki. New wiki link: https://wiki.nebulas.io/en/latest/ (English); https://wiki.nebulas.io/zh_CN/latest/ (Chinese)