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
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