Re: [Plplot-devel] New binding of Go programming language

2014-01-29 Thread Alan W. Irwin
On 2014-01-29 17:33+0800 Hǎiliàng Wáng wrote: > Hi Alan, > > I have added an argument to the check program to support additional > include directories. > > go get -d -u "github.com/hailiang/go-plplot" ("-d" to indicates > not to build.) > > The new argument is like this: > -incdir="dir1:dir2:d

Re: [Plplot-devel] New binding of Go programming language

2014-01-29 Thread Hǎiliàng Wáng
Hi Alan, I have added an argument to the check program to support additional include directories. go get -d -u "github.com/hailiang/go-plplot" ("-d" to indicates not to build.) The new argument is like this: -incdir="dir1:dir2:dir3" Hǎiliàng