gopherdata / gopherdata/gophernotes
how to install kernel in Windows
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 4k
- Forks
- 264
- Merge medio
- 7 d 21 h
- PR fusionados (30 d)
- 1
Descripción
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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.