-
Notifications
You must be signed in to change notification settings - Fork 0
btrd/path-man
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Installation des librairies SFML http://sfml-dev.org Debian sudo apt-get install libsfml-dev Mac OS brew install sfml Protobuf (dépendance de GRpc) https://github.com/google/protobuf wget https://github.com/google/protobuf/releases/download/v3.0.0-alpha-2/protobuf-cpp-3.0.0-alpha-2.tar.gz tar -xvzf protobuf-cpp-3.0.0-alpha-2.tar.gz cd protobuf-3.0.0-alpha-2/ ./configure make sudo make install sudo ldconfig gRpc https://github.com/grpc/grpc git clone https://github.com/grpc/grpc.git cd grpc/ git submodule update --init make sudo make install Client Usage ./Client <serveur> <idvillage> <population> <nbGeneration> <seed> Exemple ./Client localhost 1 100 1000 12345 Server Usage ./Server
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published