Update chapter-06-gbapp-reference.md
This commit is contained in:
parent
9845fe747a
commit
3d7fcb00ac
1 changed files with 8 additions and 6 deletions
|
@ -33,7 +33,7 @@ General procedures:
|
||||||
#### PowerShell Script
|
#### PowerShell Script
|
||||||
|
|
||||||
Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server.
|
Copy and paste on a PowerShell prompt with elavated privileges and when VSCode is opened just press F5 to run the development server.
|
||||||
Please ensure that Node.js is not installed.
|
Please ensure that Node.js is not installed and enter your Source Directory.
|
||||||
|
|
||||||
``` powershell
|
``` powershell
|
||||||
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
|
||||||
|
@ -42,15 +42,17 @@ cinst git --confirm
|
||||||
cinst nodejs --confirm --version=19.3.0
|
cinst nodejs --confirm --version=19.3.0
|
||||||
cinst vscode --confirm
|
cinst vscode --confirm
|
||||||
|
|
||||||
Install Python: https://www.python.org/downloads/release/python-2718/
|
|
||||||
|
|
||||||
|
|
||||||
Enter your Source Directory:
|
|
||||||
|
|
||||||
&"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
|
||||||
&"C:\Program Files\Microsoft VS Code\bin\code.cmd" .
|
&"C:\Program Files\Microsoft VS Code\bin\code.cmd" .
|
||||||
|
|
||||||
|
#### Python & GCC
|
||||||
|
|
||||||
|
Install Python: https://www.python.org/downloads/release/python-2718/
|
||||||
|
npm install windows-build-tools -g
|
||||||
|
npm install -g node-gyp
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Linux (Ubuntu)
|
### Linux (Ubuntu)
|
||||||
|
|
Loading…
Add table
Reference in a new issue