공식 홈페이지
http://www.mesa3d.org/ 이곳에서 세개의 파일을 다운로드 받아 압축을 푼다.
tar xvjf MesaLib-7.0.1.tar.bz2 tar xvjf MesaDemos-7.0.1.tar.bz2 tar xvjf MesaGLUT-7.0.1.tar.bz2 |
Mesa-7.0.1 디렉토리가 생성된다.
localhost Desktop # ls Mesa-7.0.1 MesaDemos-7.0.1.tar.bz2 MesaGLUT-7.0.1.tar.bz2 MesaLib-7.0.1.tar.bz2 |
생성된 디렉터리로 이동한다.
localhost Desktop # cd Mesa-7.0.1/ localhost Mesa-7.0.1 # ls Makefile Makefile.DJ Makefile.mgw Makefile~ bin configs descrip.mms docs include mms-config. progs src vms windows |
두가지 방법으로 가능하지만 여기에서는 간단한 첫번째로 진행.
하드웨어 가속기능을 사용하지 않고 소프트웨어적으로 처리한다.
make linux-x86 또는 make linux-dri |
테스트
localhost lib # export LD_LIBRARY_PATH=/root/Desktop/Mesa-7.0.1/lib localhost Mesa-7.0.1 # cd progs/xdemos/ ./glxgears |
반응형
최근댓글