Updated README.md
This commit is contained in:
@@ -39,7 +39,6 @@ For more information about architecture, usage and features, check out the [docu
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
The following projects and people have significantly inspired and/or helped with the development of this framework.
|
The following projects and people have significantly inspired and/or helped with the development of this framework.
|
||||||
|
|||||||
@@ -20,18 +20,12 @@ export PATH=/home/kali/.nimble/bin:$PATH
|
|||||||
|
|
||||||
## 3. Install dependencies
|
## 3. Install dependencies
|
||||||
|
|
||||||
The Conquest binaries for team server and client are designed to be compiled and run on Ubuntu/Debian-based systems. The operator client requires the following dependencies to be installed.
|
The Conquest binaries for team server and client are designed to be compiled and run on Ubuntu/Debian-based systems. The operator client requires the subsequent dependencies to be installed. To run the client on a Windows host, install the same dependencies in WSL.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install gcc g++ make git curl xz-utils
|
sudo apt install gcc g++ make git curl xz-utils
|
||||||
sudo apt install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
|
sudo apt install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgtk2.0-0
|
||||||
```
|
|
||||||
|
|
||||||
To run the client on a Windows host, install the dependencies in WSL. Furthermore, to use save file dialogs, the following package is also required
|
|
||||||
|
|
||||||
```
|
|
||||||
sudo apt install libgtk2.0-0
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 4. Compile Conquest binaries
|
## 4. Compile Conquest binaries
|
||||||
|
|||||||
Reference in New Issue
Block a user