gopherdata / gopherdata/gophernotes
how to install kernel in Windows
Ouverte
- Langage dominant
- Go
- Étoiles
- 4k
- Forks
- 264
- Merge moyen
- 7 j 21 h
- PR mergées (30 j)
- 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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.