linxGnu / gosmpp

Smpp (3.4) Client Library for Go
Apache License 2.0
152 stars 59 forks source link

Update README.md #123

Closed tahseenjamal closed 8 months ago

tahseenjamal commented 9 months ago

Because g++ might use a default compilation standard, which might throw error - in my case it did with 2 errors and multiple warnings

it should have -std=c++11 and it compiles with 3 warnings only

linxGnu commented 8 months ago

Thank you for making up README @tahseenjamal