answ3r Development
  • Introduction
  • INSTALLION & SETUP
    • Dependencies
    • Windows Installation
    • Linux Installation
    • Bot Application Setup
    • Node Download
  • FREQUENTLY ASKED QUESTIONS
    • Common Errors
    • Server status game list
    • How to get channel/role/user ID
  • How to add multiple role ID's to config
  • Website
  • Terms Of Service
Powered by GitBook
On this page
  • Windows Dependencies
  • Linux Dependencies
  • Debian/Ubuntu
  • CentOS
  1. INSTALLION & SETUP

Dependencies

Our bots requires different dependencies for different operating systems. Please make sure you have all dependencies installed for your OS or our bots may not start or function properly.

PreviousIntroductionNextWindows Installation

Last updated 4 months ago

These are dependencies our bots require regardless of the operating system:

  • Node.js v20.13.1 LTS ()

  • Hosting, (VPS, Dedicated Server, Bot hosting) We recommend at least 512mb of RAM and at least 1 core

  • A text editor, We recommend Visual Studio Code

  • A stable Internet Connection

  • All NPM packages listed in the package.json, These will automatically install when running the npm install command

We strongly recommend against hosting our bots on heroku, repl.it, or glitch, We will not provide support to people using those.

Windows Dependencies

Python v3.7 and above and Visual Studio Desktop Development C++

You can install these dependencies by running the following command in an administrative command prompt:

npm install --global --production --vs2018 --add-python-to-path windows-build-tools

Install Node.js LTS here:

Linux Dependencies

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
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt install -y nodejs

CentOS

sudo yum groupinstall "Development Tools"
curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
sudo yum install -y nodejs
Download
Node Download