Mercurial > public > algo-animator
comparison README.md @ 26:2945f5898960
fix typo
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Tue, 27 Jun 2023 20:17:52 +0100 |
parents | bebd95177e96 |
children | 99592fae8ea1 |
comparison
equal
deleted
inserted
replaced
25:5262ea2cd3b4 | 26:2945f5898960 |
---|---|
1 # algo-animator | 1 # algo-animator |
2 | 2 |
3 This project is inspired by - off course - the video by Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg). | 3 This project is inspired by - off course - the video by Timo Bingmann called [15 sorting algorithms in 6 minutes](https://www.youtube.com/watch?v=kPRA0W1kECg). |
4 | 4 |
5  | 5  |
6  |
7 | 7 |
8 ## Compile | 8 ## Compile |
9 | 9 |
10 ```bash | 10 ```bash |
11 gcc main.c -lglut -lGL -lGLU -lm -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype | 11 gcc main.c -lglut -lGL -lGLU -lm -I/usr/local/include/freetype2 -L/usr/local/lib -lfreetype |