Skip to content

eze210/tp1-restorrente

Repository files navigation

tp1-restorrente

###Travis: Build Status

###To build the project using CMake: Run the file: build.sh

The file contains the following lines:
```bash 
	$ mkdir build
	$ cd build
	$ cmake ../src
	$ make
```

###To run the executable after the build Run the file: run.sh

The file contains the following lines:
```bash
    $ mkdir build/data
    $ cp src/data/conf build/data/
    $ cd build/
    $ ./restorrente
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published