From 90dc9fef1e5d8bd7e1d4149cfdd9a564c7c98a27 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Mon, 17 Oct 2022 17:55:00 -0300 Subject: [PATCH] Update chapter-06-gbapp-reference.md --- book/chapter-06-gbapp-reference.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/book/chapter-06-gbapp-reference.md b/book/chapter-06-gbapp-reference.md index 496e0ef0..f1d57034 100644 --- a/book/chapter-06-gbapp-reference.md +++ b/book/chapter-06-gbapp-reference.md @@ -39,6 +39,7 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.We cinst git --confirm cinst nodejs --confirm --version=14.10.1 cinst vscode --confirm +cinst python npm install windows-build-tools -g &"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git @@ -58,9 +59,6 @@ sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/v sudo apt update sudo apt install code -sudo apt-get install libxtst-dev -apt-get install libpng-dev - ``` Node JS 14 @@ -74,6 +72,15 @@ npm -v ``` +Additional Infrastructure +``` +sudo apt-get install libxtst-dev +apt-get install libpng-dev +sudo apt-get install python g++ build-essential + +``` + + ### Commands to check version of Node.js and NPM. ![verificar](https://user-images.githubusercontent.com/65977273/95104867-bace0d00-070c-11eb-9699-66d3b6134ea5.png)