WSL(Windows Subsystem for Linux)Ubuntu 18.04LTSコンパイルTezosノード
-
-
エラーには「Curlfailed」と表示されます-WSLで「curl」コマンドを使用できますか?The error says `Curl failed` - do you have the `curl` command available on WSL?
- 0
- 2019-03-21
- asbjornenge
-
こんにちは、ええ: `curlはすでに最新バージョン(7.58.0-2ubuntu3.2)です.`Hi, yeah: `curl is already the newest version (7.58.0-2ubuntu3.2).`
- 0
- 2019-03-21
- Blindripper
-
`eval $(opamenv) opam update && opamupgrade`どちらも役に立ちませんでした.`eval $(opam env) opam update && opam upgrade` Didn't help either.
- 0
- 2019-03-21
- Blindripper
-
2 回答
- 投票
-
- 2019-04-29
古いバージョンのubuntuとdebianでビルドしたときに、同様のカールエラーを思い出したようです.そこでの解決策は、新しいバージョンのgitをインストールすることでした. https://github.com/tezoscommunity/で「git」への参照を探しますFAQ/blob/master/Compile_Mainnet.md
I seem to recall similar curl errors when building on older versions of ubuntu and debian. The solution there was to install a newer version of git. Look for references to "git" in https://github.com/tezoscommunity/FAQ/blob/master/Compile_Mainnet.md
-
- 2019-04-29
TezosをさまざまなWSLでビルドして実行しようとしましたが、常にさまざまな問題が発生していました.Tezosのビルドは問題ありませんでしたが、Tezosの実行には注意が必要でした.
VirtualBox(無料)をインストールしてから、公式のLinuxディストリビューションをインストールできます.
エミュレートされるため、速度は遅くなりますが、完全に機能します.
コピー&ホスト(Windows 10)とゲストマシン(Linux)の間にtxtを貼り付けると、ファイルのドラッグとドラッグもサポートされます.落とす.これらの機能は両方とも、開発の命を救います.
I tried getting Tezos building and running on different WSL's but there was always different issues coming up - building Tezos was fine but running Tezos was tricky.
You can install VirtualBox (which is free) and then install a official Linux distribution.
It will be emulated so it is slower but it works perfectly.
You can copy & paste txt between host (Windows 10) and guest machine (Linux) and it even supports file drag & drop. Both of these features are life savers for development.
WSLUbuntuを搭載したWindows10PCでTezosノードをコンパイルしようとしました.
make build-deps
を実行しようとすると、次のエラーが発生します:リンク