move npm into dependencies

This commit is contained in:
Julian Groß 2020-07-03 03:27:45 +02:00 committed by GitHub
parent 567b793b17
commit cdb770b407
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,17 +8,13 @@ Please read the [general build guide](BUILD.md) for information on dependencies
[Homebrew](https://brew.sh/) is an excellent package manager for macOS. It makes install of some Vircadia dependencies very simple.
brew install cmake openssl
brew install cmake openssl npm
### Python 3
Download an install Python 3.6.6 or higher from [here](https://www.python.org/downloads/).
Execute the `Update Shell Profile.command` script that is provided with the installer.
### npm
Install npm via `brew install npm`, as it is needed for generating the included jsdocs.
### OSX SDK
You will need the OSX SDK for building. The easiest way to get this is to install Xcode from the App Store.