LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to install this header files?? (https://www.linuxquestions.org/questions/programming-9/how-to-install-this-header-files-271405/)

knossoss 12-29-2004 12:26 AM

how to install this header files??
 
hi,

im a total newbie to linux when it comes to installing stuff...

i want to know how to install Ygl-3.1 graphics library...

Code:

ftp://ftp.thp.uni-duisburg.de/pub/source/X11/Ygl-3.1.tar.gz
the above is the package that i downloaded....

i extracted it and thre was a file called installation in it, but i dont understand it...

can anyone post clear instructions on how i can install this header...

im using them in programs written using c++...

regards

itsme86 12-29-2004 05:07 AM

Installing packages today is usually as simple as something like this:
Code:

tar xfzv Ygl-3.1.tar.gz
cd Ygl-3.1
./configure && make && make install

You'll know if it runs into problems.

acid_kewpie 12-29-2004 06:26 AM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php


All times are GMT -5. The time now is 08:25 PM.