TDengine icon indicating copy to clipboard operation
TDengine copied to clipboard

Hope support MAC client

Open ZhangChengJi opened this issue 3 years ago • 7 comments

/Users/zcj/go/pkg/mod/github.com/taosdata/[email protected]/taosSql/ctaos.go:21:10: fatal error: 'taos.h' file not found #include <taos.h>

ZhangChengJi avatar Jan 26 '22 10:01 ZhangChengJi

it is a part of our future plan

yu285 avatar Feb 08 '22 06:02 yu285

github.com/taosdata/driver-go/v2/wrapper

../../../go/pkg/mod/github.com/taosdata/driver-go/[email protected]/wrapper/field.go:4:10: fatal error: 'taos.h' file not found #include <taos.h> ^~~~~~~~ 1 error generated. Is this missing taos.sh? my env is go version go1.17.1 darwin/amd64 use go mod in my project the taosSql import version is github.com/taosdata/driver-go/v2 v2.0.1

douxu avatar Feb 28 '22 02:02 douxu

@douxu you can build and install with TDengine source code on Mac.

sangshuduo avatar Feb 28 '22 04:02 sangshuduo

Server is linux,but the develop computer is mac, I only need jdbc client can use in mac. Server is not need

liu-xinhui avatar Mar 23 '22 12:03 liu-xinhui

Server is linux,but the develop computer is mac, I only need jdbc client can use in mac. Server is not need

There are two JDBC drivers for TDengine, please use JDBC-REST on Mac.

jtao1735 avatar Mar 23 '22 15:03 jtao1735

什么时候支持mac 开发?

luckmao avatar Jul 12 '22 02:07 luckmao

Server is linux,but the develop computer is mac, I only need jdbc client can use in mac. Server is not need

There are two JDBC drivers for TDengine, please use JDBC-REST on Mac. when I want to use consumer function for TDengine, JDBC-REST won't success

YmilitaryM avatar Sep 05 '22 06:09 YmilitaryM

.

zw18 avatar Dec 10 '22 07:12 zw18

We already support macOS: https://docs.taosdata.com/get-started/package/

ericyangpan avatar Dec 10 '22 07:12 ericyangpan