Fixed links

dev
Tomasz Kapuściński 2023-08-22 23:29:08 +02:00
parent ff340fda92
commit b9c8d36d8b
1 changed files with 2 additions and 2 deletions

View File

@ -50,12 +50,12 @@ Create folder .vscode if there is none. Inside that folder create a file setting
1. Open cmake extension in the left menu and click on `build all projects` 1. Open cmake extension in the left menu and click on `build all projects`
![alt text](../docimg/cmake-build-all.png "cmake build all screenshot") ![alt text](images/cmake-build-all.png "cmake build all screenshot")
2. On the status line at the bottom change the compilation target to `install`. 2. On the status line at the bottom change the compilation target to `install`.
3. Click `build` to build the project. 3. Click `build` to build the project.
4. After the project is built, click on `launch` to run a game. 4. After the project is built, click on `launch` to run a game.
![alt text](../docimg/vscode-screenshot.png "compilation and installation screenshot") ![alt text](images/vscode-screenshot.png "compilation and installation screenshot")
If you have any problems create an issue or talk to us on our [Discord channel](https://discord.gg/56Fm9kb). If you have any problems create an issue or talk to us on our [Discord channel](https://discord.gg/56Fm9kb).