Chat SDK for Mac OS
Estimated reading time: 1 minuteMesibo on MacOS is available as a dynamic library(.dylib) which allows you to use it from any application OR languages of your choice like C, C++, Python, PHP, Matlab etc.
OS requirements
- MacOS 10.x or above
Install using the convenience script
Mesibo provides a convenience script for installing Mesibo on all the supported platforms.
Warning:
Always examine scripts downloaded from the internet before running them locally.
$ curl -fsSL https://mesibo.com/downloads/install.sh -o install-mesibo.sh
$ sudo sh install-mesibo.sh
<output truncated>
Please note the following points:
- The scripts require
root
orsudo
privileges to run. Therefore, you should carefully examine and audit the scripts before running them. - The scripts attempt to detect your OS version version and configure your package management system for you.
- Convenience script overwrites existing mesibo version with the latest version without any confirmation.
Next steps
-
Continue to Download Sample Code for Mac
-
Continue with the User Guide.