Corebot requires different dependencies for different operating systems. Please make sure you have all dependencies installed for your OS or Corebot may not start or function properly.
These are dependencies Corebot requires regardless of the operating system.
Python 2.7
and Visual Studio Desktop Development C++
You can install these dependencies by running the following command in an administrative PowerShell:
npm install --global --production --vs2015 --add-python-to-path windows-build-tools
The following linux packages are required: autoconf, automake, g++, libtool, and build-essential
You can install them by running the following command:
Debian/Ubuntu
apt-get install autoconf automake g++ libtool build-essential
CentOS
sudo yum groupinstall "Development Tools"
Corebot requires the autoconf, automake, and libtool packeges installed on your server. To install these, you need to have Brew installed. Run the following commands to install everything:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
brew install autoconf automake libtool
If you have any questions or issues, please create a ticket in our Discord server!