This project uses OpenGL for rendering.
- C 99+ compiler
- C++ 8+ compiler
- CMake >= 3.8
- Make
- OpenGL 3.0+
1 - Create a build folder and use CMake to build the project with:
mkdir build
cd build
cmake ..
2 - Compile the project using Make:
make -j 4
3 - Run the compiled executable file:
./ProjetoEDA
Open the project folder in Visual Studio and run.
Same steps from linux. But after execution make
a Visual Studio solution will be generated.