mirror of
https://github.com/We-Dont-Byte/Mind_Reader.git
synced 2024-11-15 03:35:59 +00:00
Add instructions to Developer-Install-Guide
parent
f339a61c4b
commit
8689035408
@ -1,26 +1,55 @@
|
|||||||
## Automated install script
|
## Automated install script
|
||||||
|
|
||||||
### Windows 10 or 11
|
### Windows 10 or 11
|
||||||
###### //TODO: Specific instructions for this platform
|
* Download [install-windows.ps1](../blob/johnBreaux/setup-development/windows/install-windows.ps1)
|
||||||
Run the install script
|
* 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 or Arch Linux
|
### Ubuntu, Linux Mint, Arch Linux, Manjaro
|
||||||
###### //TODO: Specific instructions for this platform
|
* Download [install-linux.sh](../blob/johnBreaux/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.
|
||||||
|
|
||||||
## Manual install
|
## Manual install
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
#### Windows 11
|
#### Windows 11
|
||||||
###### //TODO: Specific instructions for this platform
|
1. Open Powershell in Windows Terminal (Commands will be in parentheses)
|
||||||
|
|
||||||
|
2. Open VS Code, and go to `Help` > `About` in the top toolbar.
|
||||||
|
|
||||||
|
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>`)
|
||||||
|
|
||||||
|
5. Use node package manager to install `electron-rebuild` and `vsce` (`npm install -g electron-rebuild vsce`)
|
||||||
|
|
||||||
|
6. Change to your git directory, or create one. I recommend `C:/Users/<username>/git`; i.e. `C:/Users/example/git`
|
||||||
|
|
||||||
|
7. Clone the repository using (`git clone https://github.com/We-Dont-Byte/Mind_Reader.git`)
|
||||||
|
|
||||||
|
8. Install dependencies (`npm install`)
|
||||||
|
|
||||||
|
9. Rebuild Electron using the Electron Version from the About page. (`electron-rebuild --version <Electron version>`)
|
||||||
|
|
||||||
|
10. Repeat steps 5-8 each time Visual Studio Code updates.
|
||||||
|
|
||||||
#### Windows 10
|
#### Windows 10
|
||||||
###### //TODO: Specific instructions for this platform
|
1. Install/update Git for Windows
|
||||||
|
|
||||||
### Linux
|
2. Open VS Code, and go to `Help` > `About` in the top toolbar.
|
||||||
|
|
||||||
#### Debian, Ubuntu
|
3. Install the version of NodeJS.LTS corresponding to your Visual Studio Code version. This can be found in the About page.
|
||||||
###### //TODO: Specific instructions for this platform
|
|
||||||
|
|
||||||
#### Arch Linux, Manjaro, Garuda Linux
|
4. Open Windows Powershell (Win+R, "powershell", Enter)
|
||||||
###### //TODO: Specific instructions for this platform
|
|
||||||
|
5. Use node package manager to install `electron-rebuild` and `vsce` (`npm install -g electron-rebuild vsce`)
|
||||||
|
|
||||||
|
6. Change to your git directory, or create one. I recommend `C:/Users/<username>/git`; i.e. `C:/Users/example/git`
|
||||||
|
|
||||||
|
7. Clone the repository using (`git clone https://github.com/We-Dont-Byte/Mind_Reader.git`)
|
||||||
|
|
||||||
|
8. Install dependencies (`npm install`)
|
||||||
|
|
||||||
|
9. Rebuild Electron using the Electron Version from the About page. (`electron-rebuild --version <Electron version>`)
|
||||||
|
|
||||||
|
10. Repeat steps 4-8 each time Visual Studio Code updates.
|
Loading…
Reference in New Issue
Block a user