Skip to content

gabrielpereirapinheiro/social-network

Repository files navigation

Implementation of Social Network

Preparing the environment

  • It's necessary install the library ncurses to execute the program, to do that open the terminal and use
$ sudo apt-get install libncurses5-dev libncursesw5-dev

Execute

  • Clone or downloand the project and open the folder src by the terminal and use the command
$ make main
  • And then use
$ ./main
  • So the program will be executed.

Knowing the project

  • To know more about the project, click here.