Messaging and Real-time Communication SDKs 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, Octave etc.
OS requirements
- macOS for x86_64 or arm64 (M1)
Install using the convenience script
Mesibo provides a convenience script for installing Mesibo on all the supported platforms.
$ curl -fsSL https://raw.githubusercontent.com/mesibo/libmesibo/master/install.sh | sudo bash -
Please note the following points:
- The script installs
mesibo.h
to~/Library/mesibo/include
and librarylibmesibo.so
for x86_64 platform to~/Library/mesibo/lib/x86_64
and for arm64 (M1 chip) platform to~/Library/mesibo/lib/arm64
- The script requires
sudo
privileges to run. Therefore, you should carefully examine and audit the scripts before running them. - Convenience script overwrites existing mesibo version with the latest version without any confirmation.
Next steps
-
Continue to Writing App for Mac
-
Continue with the User Guide.