Skip to content
Snippets Groups Projects
Commit e67b5ee8 authored by mtarnow's avatar mtarnow
Browse files

readme update

parent 6679c07d
No related branches found
No related tags found
1 merge request!27Resolve "installing and running game instructions and script"
......@@ -73,42 +73,16 @@ Compiling the code creates executables for the client (Wizard-client) and for th
#### 2.2.1 Ubuntu 20.04
Compiling the code can either be done manually or by running the provided script.
Compiling the code can be done by running the provided script.
To use the provided script, run `bash scripts/compile_ubuntu.sh` inside the **wizard** directory.
To manually compile the code on Ubuntu, perform the following steps:
1. Move into the **wizard** directory if not yet done: `cd /your/path/to/wizard/`
2. Move into the **sockpp** directory: `cd sockpp/`
3. Create the following new directory: `mkdir cmake-build-debug`
4. Move into the **cmake-build-debug** directory: `cd cmake-build-debug`
5. Run cmake: `cmake ..`
6. Run make: `make`
7. Move back into the **wizard** directory: `cd ../..`
8. Create the following new directory: `mkdir cmake-build-debug`
9. Move into the **cmake-build-debug** directory: `cd cmake-build-debug`
10. Run cmake: `cmake ..`
11. Run make: `make`
#### 2.2.1 macOS Sequoia
Compiling the code can either be done manually or by running the provided script.
Compiling the code can be done by running the provided script.
To use the provided script, run `zsh scripts/compile_macos.sh` inside the **wizard** directory.
To manually compile the code on Ubuntu, perform the following steps:
1. Move into the **wizard** directory if not yet done: `cd /your/path/to/wizard/`
2. Move into the **sockpp** directory: `cd sockpp/`
3. Create the following new directory: `mkdir cmake-build-debug`
4. Move into the **cmake-build-debug** directory: `cd cmake-build-debug`
5. Run cmake: `cmake ..`
6. Run make: `make`
7. Move back into the **wizard** directory: `cd ../..`
8. Create the following new directory: `mkdir cmake-build-debug`
9. Move into the **cmake-build-debug** directory: `cd cmake-build-debug`
10. Run cmake: `cmake ..`
11. Run make: `make`
---
## 3 Run the Game
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment