скачать и скомпилить https://github.com/tdlib/td
Но не написано в какой папке. При попытке:
go get github.com/Arman92/go-tdlib
Ошибка:
# github.com/Arman92/go-tdlib
../../go/pkg/mod/github.com/!arman92/go-tdlib@v0.0.0-20210112165908-a9a17f17bc69/tdlib.go:10:10: fatal error: td/telegram/td_json_client.h: No such file or directory
10 | //#include <td/telegram/td_json_client.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Помогите плиз
Естественно я подсунул папку туда где оно ищет, но там начали другие ошибки сыпаться, например:
# github.com/Arman92/go-tdlib
In file included from ../../go/pkg/mod/github.com/!arman92/go-tdlib@v0.0.0-20210112165908-a9a17f17bc69/tdlib.go:10:
./td/telegram/td_json_client.h:50:10: fatal error: td/telegram/tdjson_export.h: No such file or directory
50 | #include "td/telegram/tdjson_export.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Закинь папку td в папку со всеми заголовками GCC.
Обсуждают сегодня