Skip to content

Commit 20cbec8

Browse files
committed
added ubuntu compatibility
1 parent 28407f1 commit 20cbec8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ $ cmake
2121
$ make
2222
$ ./gopherLinux
2323
```
24+
25+
For use with the ubuntu distribution you need to run the following command
26+
```sh
27+
$ sudo apt-get install build-essential zlib1g-dev
28+
```
29+
2430
The structure of this project is 100% compatible with Clion and other JetBrains products.
2531
## CommandLine Option
2632
For each option having {param}, replace param with an appropriate argument.<br>
@@ -58,7 +64,6 @@ You can find the stress script in the root of the project, It's a file bash call
5864

5965
# Known Issues
6066
Lost the compatibility with macOS due to an unresolved Apple bug. 90% of the software is compatible with macOS X Mojave. <br>
61-
Lost the compatibility with Ubuntu, it's easy to fix. <br>
6267
### Future Works
6368
Clean the code and fix the known issues.
6469
# Authors

gopher_server_configuration.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
port 7080
2-
root_dir "/opt/local_projects/gopher-project"
2+
root_dir "."
33
mode_concurrency Thread
4-
external_ip cloud.valerioneri.com
4+
external_ip cloud.yourHostname.com

0 commit comments

Comments
 (0)