1.3 KiB
1.3 KiB
Installing Tyra
Prerequisites:
- Git
- VSCode
- Docker with PowerShell as a default terminal
- Configured PCSX2
Steps:
- Download intellisense package and unzip it somewhere in your computer.
- Open terminal in your favourite repositories directory and execute:
docker pull h4570/tyra
git clone https://github.com/h4570/tyra.git
- Download the assets.zip file and unzip it into the tyra directory
- Open
VSCodeand open previously cloned directory. - In
VSCodeopen.vscode/configurations/windows-dockerand copy configuration files into.vscode/ - In
c_cpp_properties.jsonfix allYOUR-INTELLISENSE-PATHwith path from point 2. - Click
CTRL+SHIFT+P, typeTasks: Run taskand runStart docker container- Repeat this step every time you want to start working with Tyra (every reboot) - Click
CTRL+SHIFT+P, typeTasks: Run build task - Tyra should automatically compile engine,
demogame and runPCSX2. If you want to compile & run tutorials, please changebuildDirectoryinsettings.jsonto exampletutorials/01-hello