GLEW-2.2.0 - Linux From Scratch!
文章推薦指數: 80 %
GLEW is the OpenGL Extension Wrangler Library. [Note]. Note. Development versions of BLFS may not build or run some packages properly if dependencies have been ... BeyondLinux®FromScratch(System VEdition)-Versionr11.1-490 Chapter 25. GraphicalEnvironmentLibraries Prev GDL-3.40.0 Next GLU-9.0.2 Up Home GLEW-2.2.0 IntroductiontoGLEW GLEWistheOpenGLExtension WranglerLibrary. Note DevelopmentversionsofBLFSmaynotbuildorrunsomepackages properlyifdependencieshavebeenupdatedsincethemostrecent stableversionsofthebook. PackageInformation Download(HTTP):https://downloads.sourceforge.net/glew/glew-2.2.0.tgz DownloadMD5sum:3579164bccaef09e36c0af7f4fd5c7c7 Downloadsize:820KB Estimateddiskspacerequired:16MB Estimatedbuildtime:lessthan0.1SBU glewDependencies Required Mesa-21.3.7 UserNotes:https://wiki.linuxfromscratch.org/blfs/wiki/GLEW InstallationofGLEW InstallGLEWbyrunningthe followingcommands: sed-i's%lib64%lib%g'config/Makefile.linux&& sed-i-e'/glew.lib.static:/d'\ -e'/0644.*STATIC/d'\ -e's/glew.lib.static//'Makefile&& make Thispackagedoesnotcomewithatestsuite. Now,astherootuser: makeinstall.all CommandExplanations sed-i's%lib64%lib%g' ...:Thisensuresthatthelibraryisinstalledin /usr/lib. sed-i-e'/glew.lib.static:/d' ...:Thissuppressesthestaticlibrary. makeinstall.all: Thisinstallstheprogramsaswellasthelibrary. Contents InstalledPrograms: glewinfoandvisualinfo InstalledLibrary: libGLEW.so InstalledDirectory: /usr/include/GL ShortDescriptions glewinfo providesinformationaboutthesupportedextensions visualinfo isanextendedversionofglxinfo libGLEW.so providesfunctionstoaccessOpenGLextensions Prev GDL-3.40.0 Next GLU-9.0.2 Up Home
延伸文章資訊
- 1OpenGL SDK: GLEW - The OpenGL Extension Wrangler Library
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension load...
- 2游戏引擎养成《四》 添加GLEW - 知乎专栏
我们继续完善渲染框架,今天要引入的是glew。对于glew和glfw,下文是我认为讲的比较清晰的一份表述。 ## 什么是GLEW. the OpenGL Extension Wrangler L...
- 3GLEW: The OpenGL Extension Wrangler Library
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension load...
- 4GLEW-2.2.0 - Linux From Scratch!
GLEW is the OpenGL Extension Wrangler Library. [Note]. Note. Development versions of BLFS may not...
- 5nigels-com/glew: The OpenGL Extension Wrangler Library
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension load...