Skip to content

Commit

Permalink
Added the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael-Conde committed Aug 22, 2022
1 parent 056a596 commit b27d13d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Calibration app

This application was develop with the intention of simulating different order instrumentation for different inputs. Currently, the application has only a single roder implemented and a single input implemented, but can be easly extended for other orders and inputs.

# Build

In order to build it's required a windows compiler, preferrably MSVC and CMake.


In the working directory(The one with CMakelists.txt), run

```cmake
cmake -S . -B path/to/Build
```
if no CMake generator was provided, CMake should be able to find a compiler and generate the build files for that. Despite that, it's highly recommended to use MSVC(which was used for development) to compile.


then call CMake build

```cmake
cmake --build path/to/build --config release --target Calibracao-0.1
```

If you're on windows, you should be able to run the `.bat` files to compile if you have the requirements.




0 comments on commit b27d13d

Please sign in to comment.