Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
90dc9fef1e
commit
a635aee1f2
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ cinst nodejs --confirm --version=14.10.1
|
||||||
cinst vscode --confirm
|
cinst vscode --confirm
|
||||||
cinst python
|
cinst python
|
||||||
npm install windows-build-tools -g
|
npm install windows-build-tools -g
|
||||||
|
npm install -g node-gyp
|
||||||
|
|
||||||
&"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git
|
&"C:\Program Files\Git\bin\git.exe" clone https://github.com/GeneralBots/BotServer.git
|
||||||
cd BotServer
|
cd BotServer
|
||||||
|
@ -77,6 +78,7 @@ Additional Infrastructure
|
||||||
sudo apt-get install libxtst-dev
|
sudo apt-get install libxtst-dev
|
||||||
apt-get install libpng-dev
|
apt-get install libpng-dev
|
||||||
sudo apt-get install python g++ build-essential
|
sudo apt-get install python g++ build-essential
|
||||||
|
npm install -g node-gyp
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue