Skip to content

Commit

Permalink
[doc] Add nodejs to the list of the mandatory dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
csordasmarton committed Jun 30, 2020
1 parent 58348cb commit 54fa842
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ The following commands are used to bootstrap CodeChecker on Ubuntu 18.04 LTS:
sudo apt-get install clang clang-tidy build-essential curl doxygen gcc-multilib \
git python-virtualenv python3-dev

# Install nodejs dependency for web. In case of debian/ubuntu you can use the
# following commands. For more information see the official docs:
# https://nodejs.org/en/download/package-manager/
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt-get install -y nodejs

# Check out CodeChecker source code.
git clone https://github.com/Ericsson/CodeChecker.git --depth 1 ~/codechecker
cd ~/codechecker
Expand Down

0 comments on commit 54fa842

Please sign in to comment.