Chat SDK for Linux
Estimated reading time: 1 minuteMesibo on Linux is available as a shared library(.so) which allows you to use it from any application OR languages of your choice like C, C++, Python, PHP, Matlab etc.
OS requirements
- CentOS / RedHat 7.x or above
- Debian
- Ubuntu
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://raw.githubusercontent.com/mesibo/libmesibo/master/install.sh | sudo bash -
<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 Linux distribution and 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 Writing App for Linux
-
Continue with the User Guide.