Update README.MD
This commit is contained in:
committed by
GitHub
parent
73b0cd90b4
commit
a6c8eb5bce
@@ -11,7 +11,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
## Steps:
|
## Steps:
|
||||||
1. Download [intellisense package](http://apgcglz.cluster028.hosting.ovh.net/tyra/ps2dev-intellisense.rar) and unzip it somewhere in your computer.
|
1. Download [intellisense package](https://github.com/h4570/tyra/releases) and unzip it somewhere in your computer.
|
||||||
2. Open terminal in your favourite repositories directory and execute:
|
2. Open terminal in your favourite repositories directory and execute:
|
||||||
```
|
```
|
||||||
docker pull h4570/tyra
|
docker pull h4570/tyra
|
||||||
@@ -22,4 +22,4 @@ git clone https://github.com/h4570/tyra.git
|
|||||||
5. In `c_cpp_properties.json` fix all `YOUR-INTELLISENSE-PATH` with path from point 2.
|
5. In `c_cpp_properties.json` fix all `YOUR-INTELLISENSE-PATH` with path from point 2.
|
||||||
6. Click `CTRL+SHIFT+P`, type `Tasks: Run task` and run `Start docker container` - Repeat this step every time you want to start working with Tyra (every reboot)
|
6. Click `CTRL+SHIFT+P`, type `Tasks: Run task` and run `Start docker container` - Repeat this step every time you want to start working with Tyra (every reboot)
|
||||||
7. Click `CTRL+SHIFT+P`, type `Tasks: Run build task`
|
7. Click `CTRL+SHIFT+P`, type `Tasks: Run build task`
|
||||||
8. Tyra should automatically compile engine, `demo` game and run `PCSX2`. If you want to compile & run tutorials, please change `buildDirectory` in `settings.json` to example `tutorials/01-hello`
|
8. Tyra should automatically compile engine, `demo` game and run `PCSX2`. If you want to compile & run tutorials, please change `buildDirectory` in `settings.json` to example `tutorials/01-hello`
|
||||||
|
|||||||
Reference in New Issue
Block a user