1.2 KiB
1.2 KiB
Installing Tyra
Prerequisites:
- Git
- VSCode
- Docker with PowerShell as a default terminal
- 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
- 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,
wellinatorsample and runPCSX2. If you want to compile & run other sample, please changebuildDirectoryinsettings.json