Demonstration of Blockchain using Graphic System.
- The first step is to install the development libraries of OpenGL/Glut in Ubuntu:
sudo apt-get install freeglut3 freeglut3-dev
- Clone the repository and 'cd' over to the main directory, execute the following command
$ gcc main.cpp -lGL -lGLU -lglut -lm -o output
$ ./output
- If you have CodeBlocks installed just open the project in it and run the main.cpp file. Make sure you have freeglut setup in your codeblocks.