smartnode / telebot

Telegram Bot API in C
https://elmurod.net/telebot
Apache License 2.0
162 stars 38 forks source link

How to compile on Windows? #23

Closed zarmonious closed 5 years ago

zarmonious commented 5 years ago

I would like to use your library, but could not figure out how to compile it on Windows. Can you help me out?

I get following error: C:\Program Files (x86)\CodeBlocks\MinGW\include\pthread.h|196|error: unknown type name 'uintptr_t'

smartnode commented 5 years ago

No support for windows. Works only on unix systems (Linux, Mac OS)