How to install X library for use with VC++?
- by ashishsony
Hi,
i have uptill now worked on linux where its very easy to install opensource libraries using simple configure;make;make install commands..
now i need to use MSVC++ to run some opengl code that includes the standard opengl headers..
but defaultly they arent present..
i downloaded the tar file from freeglut site,it has VisualStudio2008 folder but i have no idea how to use it to install the libs and headers in the standard paths??
is there not a way where i can use some standard procedure similar to linux process??
do i have to it manually??
Thanks.