Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashlinrichardson committed Apr 27, 2023
1 parent a832cbd commit 9c10d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions c/glut_menu_example.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Modified 20230426.
Dependencies:
sudo apt install g++ freeglut3-dev
sudo apt install gcc freeglut3-dev
To compile and run:
g++ test.cpp -lglut -lGL -o test
gcc glut_menu_example.c -lglut -lGL -o glut_menu_example
./test
Biblio:
[1] GLUT API: https://freeglut.sourceforge.net/docs/api.php
Expand Down

0 comments on commit 9c10d3f

Please sign in to comment.