Skip to content

Commit

Permalink
🍩 Fixed todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lygaen committed Jan 14, 2024
1 parent 62a63b1 commit ebcc780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/_1_INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ We will be configuring it :
- Select the cloned / downloaded source code at the top
- Select where to build the executable at
- Now a lot of red variables should appear in a table
<!-- TODO Broken link -->
- Configure the variable starting with `MINESERVER` (refer to [this]())
- Configure the variable starting with `MINESERVER` (refer to [this](https://lygaen.github.io/mineserver/md_docs_2__2__CONFIG.html#cmake_definitions))
- Press `Configure` then `Generate`

### Command Line
Expand All @@ -64,7 +63,7 @@ mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
```
You can add `-D<YOUR OPTION>=<VALUE>` to the cmake command before the `..` to modify build parameters for Mineserver (refer to [this](#cmake)). <!-- TODO Broken link -->
You can add `-D<YOUR OPTION>=<VALUE>` to the cmake command before the `..` to modify build parameters for Mineserver (refer to [this]([#cmake](https://lygaen.github.io/mineserver/md_docs_2__2__CONFIG.html#cmake_definitions))).

## Step 5 : Compiling
Open a terminal in the build folder or reuse the terminal in the previous steps, running the following commands. It should start building the executable. If any errors happened, please check that you did all of the previous steps or make an issue on Github, we will be happy to help !
Expand Down

0 comments on commit ebcc780

Please sign in to comment.