mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 11:45:58 +00:00
Add reasons to DIG
parent
bdf93977fa
commit
061c26b195
@ -1,11 +1,11 @@
|
|||||||
## Automated install script
|
## Automated install script
|
||||||
|
|
||||||
### Windows 10 or 11
|
### Windows 10 or 11
|
||||||
* Download [install-windows.ps1](../blob/johnBreaux/setup-development/windows/install-windows.ps1)
|
* Download [install-windows.ps1](../blob/master/setup-development/windows/install-windows.ps1)
|
||||||
* Run `./install-windows.ps1` in PowerShell as a normal user, and accept any UAC prompts that pop up. The installation should take around 8 minutes. If an installer doesn't pop up, don't be alarmed.
|
* Run `./install-windows.ps1` in PowerShell as a normal user, and accept any UAC prompts that pop up. The installation should take around 8 minutes. If an installer doesn't pop up, don't be alarmed.
|
||||||
|
|
||||||
### Ubuntu, Linux Mint, Arch Linux, Manjaro
|
### Ubuntu, Linux Mint, Arch Linux, Manjaro
|
||||||
* Download [install-linux.sh](../blob/johnBreaux/setup-development/linux/linux-install.sh)
|
* Download [install-linux.sh](../blob/master/setup-development/linux/linux-install.sh)
|
||||||
* Run `install-linux.sh` as a normal user. It will use sudo when elevation is required. The installation should be done in 3 minutes.
|
* Run `install-linux.sh` as a normal user. It will use sudo when elevation is required. The installation should be done in 3 minutes.
|
||||||
|
|
||||||
## Manual install
|
## Manual install
|
||||||
@ -20,6 +20,7 @@
|
|||||||
3. Install/update Git for Windows (`winget install Git.Git`)
|
3. Install/update Git for Windows (`winget install Git.Git`)
|
||||||
|
|
||||||
4. Install the version of NodeJS.LTS corresponding to your Visual Studio Code version. This can be found in `Help` > `About` in the toolbar. (`winget install OpenJS.NodeJS.LTS --version <NodeJS version>`)
|
4. Install the version of NodeJS.LTS corresponding to your Visual Studio Code version. This can be found in `Help` > `About` in the toolbar. (`winget install OpenJS.NodeJS.LTS --version <NodeJS version>`)
|
||||||
|
* This prevents a NODE_MODULE_VERSION conflict between Mind Reader and VSCode
|
||||||
|
|
||||||
5. Use node package manager to install `electron-rebuild` and `vsce` (`npm install -g electron-rebuild vsce`)
|
5. Use node package manager to install `electron-rebuild` and `vsce` (`npm install -g electron-rebuild vsce`)
|
||||||
|
|
||||||
@ -30,6 +31,7 @@
|
|||||||
8. Install dependencies (`npm install`)
|
8. Install dependencies (`npm install`)
|
||||||
|
|
||||||
9. Rebuild Electron using the Electron Version from the About page. (`electron-rebuild --version <Electron version>`)
|
9. Rebuild Electron using the Electron Version from the About page. (`electron-rebuild --version <Electron version>`)
|
||||||
|
* This will rebuild the `serial_port` Node Native Module. Without this module, Mind Reader will fail to register its commands.
|
||||||
|
|
||||||
10. Repeat steps 5-8 each time Visual Studio Code updates.
|
10. Repeat steps 5-8 each time Visual Studio Code updates.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user