Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 589 Bytes

Ass on the GRASS (aka GRep As A Service)

By Alexandre Chambet (#258080), Guillaume Michel (#258066) & Xavier Pantet (#260473)

Which packages do I need to run your project ?

  • g++-multilib, you can install it by typing
sudo apt-get install g++-multilib

in your command line.

How do I compile your project?

  • make all

How do I configure your project?

Configuration is taken from grass.conf

How do I run your project?

  • Use bin/server to run the server
  • Use bin/client [server IP] [server port] for the client

How do I use your project?

  • Don't