freeglut3-dev의 상콤한 설정
colinux 에서 freegult를 설치하고 예제를 컴파일 하여 실행한 화면
공부용으로는 colinux + openGL도 썩 나쁘진 않은듯 하다.
[링크 : http://www.opengl.org/resources/code/samples/glut_examples/examples/examples.html]
undefined reference to `gluOrtho2D' 해결법은
-lGLU
[링크 : http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=273312]
1) sudo apt-get update
2) sudo apt-get install build-essential
3) sudo apt-get install freeglut3-dev
[링크 : http://ubuntuforums.org/showthread.php?t=345177] |
colinux 에서 freegult를 설치하고 예제를 컴파일 하여 실행한 화면
공부용으로는 colinux + openGL도 썩 나쁘진 않은듯 하다.
[링크 : http://www.opengl.org/resources/code/samples/glut_examples/examples/examples.html]
undefined reference to `gluOrtho2D' 해결법은
-lGLU
[링크 : http://www.opengl.org/discussion_boards/ubbthreads.php?ubb=showflat&Number=273312]
'Linux > Ubuntu' 카테고리의 다른 글
Ubuntu Desktop 64bit on Xeon Server (nocona) 3.0Ghz x 2 (2) | 2011.09.17 |
---|---|
Ubuntu 10.04 LTS on Xeon(nocona) 2CPU / ATI Rage XL 설치 실패 (0) | 2011.09.13 |
update-manager (0) | 2011.06.21 |
motd - Message of The Day (0) | 2011.06.07 |
apt-get 관련 (0) | 2011.06.05 |