Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
/ GLC_lib Public archive
forked from laumaya/GLC_lib

GLC_lib is a C++ library for high performance 3D application based on OpenGL and Qt4 GUI

License

Notifications You must be signed in to change notification settings

3drepo/GLC_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO BUILD GLC_lib
====================


 Synopsis
 ========

   System requirements
   ------------------

    - Qt4.8 or Qt5.0 (Angle not supported)

   Linux, Mac:
   -----------

     cd <path>/glc_lib-<version>
     qmake -recursive
     make -j 4
     To install GLC_lib into /usr/local/GLC-lib-<version>
     sudo make install

   Windows:
   --------
     Qt5 Angle is not supported, Qt5 must use OpenGL
     Open a Windows Qt4.8 or Qt5.0 command prompt.
     <path>/glc_lib-<version>
     qmake -recursive
     nmake // jom // mingw32-make

     For MinGW, ensure that the compiler can
     be found in the path.

     To install GLC_lib into : C:\GLC-lib-<version>

About

GLC_lib is a C++ library for high performance 3D application based on OpenGL and Qt4 GUI

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 98.5%
  • QMake 1.5%