2017年7月12日 星期三

Windows 環境下 Golang 的 andlabs/ui 安裝方法


備份一下網路上查到的資料

golang的gui库andlabs/ui的使用
http://www.jianshu.com/p/7948b273926f

MSYS2 + MinGW-w64 + Git + gVim 环境配置
http://dantvt.is-programmer.com/posts/63161.html

總結一下
MinGW 環境建議使用 MSYS2 去安裝就好
安裝後再使用 MinGW 安裝相關套件


沒有留言:

張貼留言

如何在 golang 裡面引用 gitlab private repo

參考文章:https://stackoverflow.com/questions/27500861/whats-the-proper-way-to-go-get-a-private-repository 原文是用 gitlab.company.com 當範例,這邊改成一般帳號...