forked from discordjs/discord.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation and Building
Amish Shah edited this page Oct 29, 2015
·
1 revision
To install the API, you'll need Python 2.7 and if you're on Windows, Visual Studio (Express is ok) or if you're on Mac, you might need XCode. Linux users however should already have the build tools needed.
If you're installing on Windows use npm install --save --msvs_version=2015 discord.js
If you're installing on OS X or Linux use npm install --save discord.js
Before you build, make sure your branch or clone of the repo has successfully gone through at least one npm install so you have the necessary build tools. You will also need grunt-cli.
After you have these, you can run: