fix-squashed-planets
MrJohn10 2020-07-09 21:25:48 +02:00
parent a78cc159f8
commit 535696de28
1 changed files with 4 additions and 0 deletions

View File

@ -1,11 +1,13 @@
# Using vscode # Using vscode
## Compilation and installation ## Compilation and installation
### Prerequisites ### Prerequisites
* before compilation you have to instal tools and dependencies (points 1,2,3) - https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC * before compilation you have to instal tools and dependencies (points 1,2,3) - https://github.com/colobot/colobot/wiki/How-to-Build-Colobot%3A-Gold-Edition-Using-MSVC
### Cloning project ### Cloning project
execute following command: execute following command:
``` ```
git clone https://github.com/MrJohn10/colobot.git git clone https://github.com/MrJohn10/colobot.git
@ -26,6 +28,7 @@ git clone https://github.com/MrJohn10/colobot.git --recurse-submodules
* on the status line at the bottom you can choose cmake configuration and compiler * on the status line at the bottom you can choose cmake configuration and compiler
### Adding cmake settings: ### Adding cmake settings:
* create folder .vscode if there is none. Inside that folder create file settings.json with the following content: * create folder .vscode if there is none. Inside that folder create file settings.json with the following content:
```json ```json
{ {
@ -47,6 +50,7 @@ git clone https://github.com/MrJohn10/colobot.git --recurse-submodules
``` ```
### Compilation and installation ### Compilation and installation
* Open cmake extension in the left menu * Open cmake extension in the left menu
* click on 'configure all projects' * click on 'configure all projects'
* on the status line at the bottom click compilation target and choose install * on the status line at the bottom click compilation target and choose install