Giter Site home page Giter Site logo

Comments (3)

nigels-com avatar nigels-com commented on June 16, 2024

I would recommend installing to /usr/local rather than messing with the packaged GLEW.

$ sudo make GLEW_DEST=/usr/local install
install -d -m 0755 "/usr/local/include/GL"
install -m 0644 include/GL/wglew.h "/usr/local/include/GL/"
install -m 0644 include/GL/glew.h "/usr/local/include/GL/"
install -m 0644 include/GL/glxew.h "/usr/local/include/GL/"
sed \
                -e "s|@prefix@|/usr|g" \
                -e "s|@libdir@|/usr/local/lib64|g" \
                -e "s|@exec_prefix@|/usr/local/bin|g" \
                -e "s|@includedir@|/usr/local/include/GL|g" \
                -e "s|@version@|2.0.0|g" \
                -e "s|@cflags@||g" \
                -e "s|@libname@|GLEW|g" \
                -e "s|@requireslib@|glu|g" \
                < glew.pc.in > glew.pc
install -d -m 0755 "/usr/local/lib64"
install -m 0644 lib/libGLEW.so.2.0.0 "/usr/local/lib64/"
ln -sf libGLEW.so.2.0.0 "/usr/local/lib64/libGLEW.so.2.0"
ln -sf libGLEW.so.2.0.0 "/usr/local/lib64/libGLEW.so"
install -m 0644 lib/libGLEW.a "/usr/local/lib64/"
install -d -m 0755 "/usr/local/lib64"
install -d -m 0755 "/usr/local/lib64/pkgconfig"
install -m 0644 glew.pc "/usr/local/lib64/pkgconfig/"

from glew.

nigels-com avatar nigels-com commented on June 16, 2024

See also: #52

from glew.

jasjuang avatar jasjuang commented on June 16, 2024

Thanks, for some reason this method works though I am not entirely sure why...

from glew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.