Skip to content

Commit b68ed1c

Browse files
authored
Update README.md
1 parent 96edf12 commit b68ed1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Setting up graphics.h in VS Code(C++)
33

4-
1. Download graphics header file from [here](https://drive.google.com/file/d/16xZBvFXf7yFjxwTpuyevK1KPuLgUeZFh/view)
4+
1. Download graphics header file from [here.](https://drive.google.com/file/d/16xZBvFXf7yFjxwTpuyevK1KPuLgUeZFh/view)
55
2. Download and install tdm-gcc 32bit compiler.
66
3. Copy files from include and lib folder from graphics folder file you downloaded in step 1 to include and lib folder of tdm-gcc 32bit.
77
4. Open VS Code and create a new project folder and open C/C++ configuration.
@@ -100,7 +100,7 @@
100100
101101
# Setting up OpenGL(freeglut) in Visual Studio
102102
103-
1. Download free glew and glut from [here](http://www.mediafire.com/file/cmlnr0pj0pyha5d/Glew_and_Glut.zip/file)
103+
1. Download free glew and glut from [here.](http://www.mediafire.com/file/cmlnr0pj0pyha5d/Glew_and_Glut.zip/file)
104104
2. Extract the files in a folder you desire.(you need the folder so never delete it unless you donot want to do opengl anymore)
105105
3. Open Visual Studio and create a C++ solution/project.
106106
4. Go to the properties of your project.

0 commit comments

Comments
 (0)