window7下如何运行golang写的开源博客 pipe
2021-06-11 21:07
标签:root posix https b3log for 地址 src lin bsp 1.安装 golang : g1.11.4 , https://studygolang.com/dl nodejs : v10.15.3 ,http://nodejs.cn/download/ gcc 64位 : 下载地址:https://sourceforge.net/projects/mingw-w64/files/latest/download 安装并配置bin目录到系统的path中 。安装时注意选择architecture类型为x86_64 本人安装后的bin路径: D:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin pipe : github地址: https://github.com/b3log/pipe.git ) 2.配置 GOROOT: E:\g , GOPATH 为 D:\go 3. 使用git bash 克隆pipe到本地:我的目录是 E:\go\src\github.com\b3log\pipe 4、执行 build.sh 最终编译出pipe.exe 备注:本人在编译过程中,下nodejs的依赖库时,提示某一个版本的库报404 ,可能是旧版本存在bug已经被删除,网上查一个最新版本的库,修改package.lock.json中的版本配置重新编译即可。 总体来说,在windows平台下编译比在linux下要麻烦一些。 window7下如何运行golang写的开源博客 pipe 标签:root posix https b3log for 地址 src lin bsp 原文地址:https://www.cnblogs.com/lostvip/p/10546219.html
文章标题:window7下如何运行golang写的开源博客 pipe
文章链接:http://soscw.com/index.php/essay/93717.html