OpenGL installation on Debian Linux


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users OpenGL installation on Debian Linux
# 1  
Old 12-10-2007
OpenGL installation on Debian Linux

Hi,

I need your help in installing OpenGL in my Debian (ubuntu) Linux PC. Please elaborate the steps in a clear manner, so that I may follow the installation procedure without getting in to any problem. Also, please tell me what are the libraries should I link my program with, what are the header files should I include in my C++ program (for OpenGL). It would be better if you give me the sample compiler option flag(s) for compiling OpenGL program.

Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Tablet with Debian Linux ?

Hi , i want to buy a tablet with LINUX DEBIAN. Sparky is possible too. Have heared about Ubuntu Touch and a tablet with a real keyboard to switch from touch to normal keyboard. Does anyone know something ? WBR SM (3 Replies)
Discussion started by: Sennenmut
3 Replies

2. Debian

Linux Mint Debian 32 bit installation using Windows (using something like wubi or mint4Linux) )

Hello , Im new at Linux and have problem with instalation Other Mint version has an instalation file like mint4linux , Ubuntu has a wubi to install it through Windows Linux Mint Debian 32 bit doesint has such software, I have tried to use it from other iso but its doesint work ... (0 Replies)
Discussion started by: edgkkk
0 Replies

3. UNIX for Advanced & Expert Users

free memory in debian linux

hi- im running glassfish 3.1 on debian server and there are times where I need to start the domain when we cannot access the web application. I checked the memory and it's confusing me. Am i still ok? can you explain the below? USER PID %CPU %MEM VSZ RSS TTY STAT START TIME... (1 Reply)
Discussion started by: lhareigh890
1 Replies

4. Debian

format/reinstall debian from CD after wrong installation

Hi all, I installed the newest debian stable wrong. I entered the wrong gateway IP. So the installation prozess couldn't load a mirror image. Now i would like to reinstall Debian with the right gateway IP and a mirrord image... It wan't boot from the installation CD Can I enforce that?... (1 Reply)
Discussion started by: vivelafete
1 Replies

5. Ubuntu

i am new to opengl , how to work opengl in ubuntu

Hi, i am new to opengl, how to work openGL in ubuntu ,, i am not getting which packages as to be install and how to install those packages. and how to work with small programs.. Please guide me ,,, it will appriceated ... (7 Replies)
Discussion started by: Ravikishore
7 Replies

6. UNIX for Dummies Questions & Answers

problem in new debian installation

Hi All, I have insatll one debian OS and facing the following the problems: 1. I want that when i type http://ip.address/wecome.html it should show my welcome.html page. but i am unabe to do rather i am abe to do by following http://ip.address/cgi-bin/welcome.html 2. i am unable to... (5 Replies)
Discussion started by: gauri_agr
5 Replies

7. Debian

debian network installation

we have separate repo for the ftp installation. I copied vmlinuz and initrd from the repo(stable disti) and booted my lapton from it(after modyfing the grub). Now the problem is setup is looking for .iso file (?). Why do i need iso file ? without iso we can start the shell . So can we make use of... (0 Replies)
Discussion started by: yogesh_powar
0 Replies
Login or Register to Ask a Question
SNACC-CONFIG(1) 						  [FIXME: manual]						   SNACC-CONFIG(1)

NAME
snacc-config - script to get information about the installed version of snacc SYNOPSIS
snacc-config [--version] [--prefix=DIR] [--exec-prefix=DIR] [--uninstalled=DIR] [--libtool] [--cflags] [--libs] [--compiler] [--asn1specs] [--language=LANG (C or C++)] [BUFFERTYPE (one of ebuf, mbuf, sbuf, or tbl)] DESCRIPTION
snacc-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use snacc. OPTIONS
--version Print the currently installed version of snacc. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that snacc was built with when computing the output for the --cflags and --libs options. This option is normally not needed in Debian GNU/Linux. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that snacc was built with when computing the output for the --cflags and --libs options. This option is normally not needed in Debian GNU/Linux. --libtool If you understand this option, please file a bug against snacc. --cflags Print the compiler flags that are necessary to compile a snacc based program. --libs Print the linker flags that are necessary to link a snacc based program. --compiler Prints the filename of snacc. On Debian GNU/Linux, it's /usr/bin/snacc. --asn1specs Print the location of the snacc-specific ASN.1 files. On Debian GNU/Linux, it's /usr/include/snacc/asn1/. --language=LANG (C or C++) This option determines, wether --cflags and --libs print the flags for C or C++. On Debian GNU/Linux this is e.g. /usr/include/snacc/c/ or /usr/include/snacc/c++/. BUFFERTYPE This option determines the output of --cflags and --libs. BUFFERTYPE must be one of ebuf, mbuf, sbuf, or tbl. SEE ALSO
snacc (1), mkchdr(1), ptbl(1), pval(1), berdecode(1). Please install the snacc-doc package for more information on snacc. AUTHOR
This manual page was written by W. Martin Borgert (debacle@debian.org) for the Debian GNU/Linux system. Parts of it are taken from the glib-config(1) manual page - I hope that nothing is inaccurate for snacc-config. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. AUTHOR
W. Martin Borgert Author. COPYRIGHT
Copyright (C) 2001 W. Martin Borgert [FIXME: source] 2001-02-17 SNACC-CONFIG(1)