gopherdata / gopherdata/gophernotes
how to install kernel in Windows
オープン
- 主要言語
- Go
- スター
- 4k
- フォーク
- 264
- 平均マージ
- 7日 21時間
- マージ済み PR(30日)
- 1
説明
Sorry to ask but it really seems hard for me to operate the instructions below.
```
REM Download w/o building.
go get -d github.com/gopherds/gophernotes
cd %GOPATH%\src\github.com\gopherds\gophernotes\zmq-win
REM Build x64 version.
build.bat amd64
move gophernotes.exe %GOPATH%\bin
copy lib-amd64\libzmq.dll %GOPATH%\bin
REM Build x86 version.
build.bat 386
move gophernotes.exe %GOPATH%\bin
copy lib-386\libzmq.dll %GOPATH%\bin
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。