2009年5月1日 星期五

RHEL 5 安裝 Wine 筆記

# yum install -y flex bison gnome-desktop-devel
下載編譯wine必要套件


# wget http://nchc.dl.sourceforge.net/sourceforge/wine/wine-1.1.20.tar.bz2
下載wine source tarball


# tar -jxvf wine-1.1.20.tar.bz2


# cd wine-1.1.20


# ./configure --prefix=/usr/local/wine
開始編譯 prefix為指定安裝wine


# make depend && make


# make install


如何在 golang 裡面引用 gitlab private repo

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