You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use ARM in macOS (M1, M2 etc) you should use "g++ YOUR_PROGRAM.cpp -o YOUR_PROGRAM --std=c++14 -I/opt/homebrew/include -L/opt/homebrew/lib -lTgBot -lboost_system -lssl -lcrypto -lpthrea" instead "g++ test.cpp -o test --std=c++14 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread"
The text was updated successfully, but these errors were encountered:
If you use ARM in macOS (M1, M2 etc) you should use "g++ YOUR_PROGRAM.cpp -o YOUR_PROGRAM --std=c++14 -I/opt/homebrew/include -L/opt/homebrew/lib -lTgBot -lboost_system -lssl -lcrypto -lpthrea" instead "g++ test.cpp -o test --std=c++14 -I/usr/local/include -lTgBot -lboost_system -lssl -lcrypto -lpthread"
The text was updated successfully, but these errors were encountered: