Skip to content
Snippets Groups Projects
Commit 8645aca0 authored by bobarna's avatar bobarna
Browse files

updated readme

parent abe26472
Branches
No related tags found
No related merge requests found
......@@ -2,3 +2,46 @@
mad·​id (adjective) \ ˈmadə̇d \
wet, moist
## Trying it out
### Dependencies
- GLM ([OpenGL Mathematics](https://github.com/g-truc/glm))
- OpenGL
- [glew](https://github.com/nigels-com/glew)
- [glfw3](https://www.glfw.org/)
- *optional: CMake*
- a C++ compiler
### Installing the dependencies
*On Linux-based systems, with the apt package manager*
``` bash
sudo apt install libglm-dev libglew-dev libglfw3 cmake build-essential
```
### Compiling
- create a build directory
- build the program using cmake
``` bash
# from the project root directory
mkdir build
cd build
cmake ..
make
```
### Start the application
``` bash
./madid
```
## Contact
Feel free to contact me at
[barnabas.borcsok@gmail.com](barnabas.borcsok@gmail.com)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment