diff --git a/README.md b/README.md index 7b581c4..9870a7e 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ For more information about architecture, usage and features, check out the [docu ![Screenshot Preview](assets/readme-3.png) - ## Acknowledgements The following projects and people have significantly inspired and/or helped with the development of this framework. diff --git a/docs/1-INSTALLATION.md b/docs/1-INSTALLATION.md index a46add8..e073687 100644 --- a/docs/1-INSTALLATION.md +++ b/docs/1-INSTALLATION.md @@ -20,18 +20,12 @@ export PATH=/home/kali/.nimble/bin:$PATH ## 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 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 -``` - -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 +sudo apt install libglfw3-dev libgl1-mesa-dev libglu1-mesa-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgtk2.0-0 ``` ## 4. Compile Conquest binaries