Autor Tópico: Instalar pacotes para programar OpenGL em C - Ubuntu 6.10 Edgy Eft  (Lida 4238 vezes)

Offline jorgecostaestgf

  • Usuário Ubuntu
  • *
  • Mensagens: 4
    • Ver perfil
Instalar pacotes para programar OpenGL em C - Ubuntu 6.10 Edgy Eft
« Online: 05 de Novembro de 2006, 13:43 »
Instalei o Ubuntu 6.10 recentemente.... até essa data usava Fedora Core 5!

No Fedora bastava instalar os pacotes GLUT e MESA através do apt-get

GLUT:
 - freeglut
 - hugs98-glut
 - freeglut-devel

MESA:
 - mesa-libGL-devel
 - mesa-libGLU-devel
 - mesa-libGL
 - mesa-libGLU

O problema é que não consigo encontrar estes pacotes no Ubuntu 6.10....

alguém sabe como resover este problema?
« Última modificação: 05 de Novembro de 2006, 13:45 por jorgecostaestgf »

Offline ppfb

  • Usuário Ubuntu
  • *
  • Mensagens: 337
    • Ver perfil
Re: Instalar pacotes para programar OpenGL em C - Ubuntu 6.10 Edgy Eft
« Resposta #1 Online: 05 de MAR?O de 2007, 04:24 »
Basta você entar no Synaptic (Sistama > Administração > Gerenciador de Pacotes Synaptic) ai então vc pesquisa por glut, mesa e tudo mais o que você quer que você vai encontrar. Ai basta marcar para instalação.

espero ter ajudado
Abraços

Offline biohazard

  • Usuário Ubuntu
  • *
  • Mensagens: 523
  • <thug life>
    • Ver perfil
Re: Instalar pacotes para programar OpenGL em C - Ubuntu 6.10 Edgy Eft
« Resposta #2 Online: 05 de MAR?O de 2007, 10:21 »
Código: [Selecionar]
biohazard@icarus:~$ sudo apt-cache search glut
celestia-glut - A real-time visual space simulation (GLUT frontend)
freesci - a portable interpreter for SCI games like Space Quest 3
gauche-gl - Gauche bindings for OpenGL
ghc6-hopengl - HOpenGL libraries for the Glasgow Haskell Compilation system
glutg3 - the OpenGL Utility Toolkit
hunspell - spell checker and morphological analyzer (program)
libalut-dev - OpenAL Utility Toolkit development files
libalut0 - OpenAL Utility Toolkit
libglui-dev - A GLUT-based C++ user interface library
libglui2c2 - GLUI, a C++ GLUT based GUI library - runtime support
libhunspell-dev - spell checker and morphological analyzer (static library)
libopengl-perl - Perl module to display 3D data using OpenGL, GLU, GLUT, and GLX
mesademos - Example programs for Mesa (and OpenGL in general)
python-opengl - Python bindings to OpenGL
freeglut3 - OpenGL Utility Toolkit
freeglut3-dbg - OpenGL Utility Toolkit debugging information
freeglut3-dev - OpenGL Utility Toolkit development files
glut-doc - documentation and examples for the OpenGL Utility Toolkit
glutg3-dev - the OpenGL Utility Toolkit development files
libglut3 - the OpenGL Utility Toolkit
libglut3-dev - development libraries and headers for GLUT
biohazard@icarus:~$

Código: [Selecionar]
biohazard@icarus:~$ sudo apt-cache search mesa
openoffice.org - OpenOffice.org Office suite version 2.0
xlibmesa-gl-dev - transitional package for Debian etch
libwxgtk2.6-0 - wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.6-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
xlibmesa-dri - transitional package for Debian etch
xlibmesa-gl - transitional package for Debian etch
xlibmesa-glu - transitional package for Debian etch
dacode - Powerful and full-featured news engine written in PHP
fortunes-eo - Collection of esperanto fortunes.
fortunes-eo-ascii - Collection of esperanto fortunes (ascii encoding).
fortunes-eo-iso3 - Collection of esperanto fortunes (ISO3 encoding).
gnubik - 3D Rubik's cube game
gtkglarea5-dev - Gimp Toolkit OpenGL area widget include files and static library
libgl1-mesa-glide3 - A free implementation of the OpenGL API -- glide runtime
libgl1-mesa-glide3-dev - A free implementation of the OpenGL API -- glide development support files
libgtkgl2.0-dev - Gimp Toolkit OpenGL area widget include files and static library
libvtk5 - Visualization Toolkit - A high level 3D visualization library
libwxgtk2.4-1 - wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
libwxgtk2.4-dev - wxWindows Cross-platform C++ GUI toolkit (GTK+ development)
mesademos - Example programs for Mesa (and OpenGL in general)
pike7.6-gl - Mesa module for Pike
xbvl - A Lisp implementation developed at Paris 8 University
xscreensaver-gl-extra - GL(Mesa) screen hacks for xscreensaver
libgl1-mesa-dev - A free implementation of the OpenGL API -- GLX development support files
libgl1-mesa-dri - A free implementation of the OpenGL API -- DRI modules
libgl1-mesa-glx - A free implementation of the OpenGL API -- GLX runtime
libgl1-mesa-swx11 - A free implementation of the OpenGL API -- runtime
libgl1-mesa-swx11-dbg - A free implementation of the OpenGL API -- debugging package
libgl1-mesa-swx11-dev - A free implementation of the OpenGL API -- development support files
libglu1-mesa - The OpenGL utility library (GLU)
libglu1-mesa-dev - The OpenGL utility library -- development support files
libosmesa6 - Mesa Off-screen rendering extension
libosmesa6-dev - Mesa Off-screen rendering extension -- development support files
mesa-common-dev - Developer documentation for Mesa
mesa-swx11-source - Mesa software rasteriser source -- development support files
mesa-utils - Miscellaneous Mesa GL utilities
xdriinfo - X DRI information utility
xscreensaver-gl - GL(Mesa) screen hacks for xscreensaver
dc - Calculadora de precisão arbitrária polonesa-reversa dc GNU
gtkglarea5 - Biblioteca compartilhada do widget de área OpenGL Gimp Toolkit
irm - Gestão de recursos baseada em Web para departamentos TI e suporte
libgtkgl2.0-1 - Biblioteca compartilhada do widget de área OpenGL Gimp Toolkit
x2x - Liga duas telas X juntas, simulando uma tela multidirecional
biohazard@icarus:~$

Arch Linux Overlord
Kernel 2.6.25-ARCH

Offline Dimas

  • Usuário Ubuntu
  • *
  • Mensagens: 81
    • Ver perfil
Re: Instalar pacotes para programar OpenGL em C - Ubuntu 6.10 Edgy Eft
« Resposta #3 Online: 08 de MAR?O de 2007, 12:05 »
Código: [Selecionar]
sudo apt-get install freeglut3-dev
É uma meta-pacote. Vai instalar tudo que é necessário.

Valeu!
Dimas Gabriel
digabriel[at]gmail.com

"Liberdade é a questão, a única e exclusiva questão."