Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime POULAIN
Réseau - Client Serveur
Commits
6c43033d
Commit
6c43033d
authored
Nov 17, 2021
by
Maxime POULAIN
Browse files
Update README.md
parent
3d9e5a58
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
6c43033d
# Réseau - Client Serveur
## Auteur
Maxime POULAIN - F2 - ZZ2
## Usage
### Serveur
...
...
@@ -13,9 +17,9 @@ make
```
### Client
### Client
- C
Pour compiler et lancer le client :
Pour compiler et lancer le client
C
:
```
bash
cd
client
...
...
@@ -24,3 +28,13 @@ make
```
### Client - Java
Pour compiler et executer le client java :
```
bash
cd
client-java
javac src/Main.java
java
-cp
src Main
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment