gopherdata / gopherdata/gophernotes
how to install kernel in Windows
Open
- Dominant language
- Go
- Stars
- 4k
- Forks
- 264
- Avg merge
- 7d 21h
- Merged PRs (30d)
- 1
Description
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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.