Skip to content

dsvoid/glcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

glcomp

Used for my OpenGL graphics class. This teeny tiny bash script compiles .cpp files for OpenGL projects using Linux, and links all the libraries necessary for the course (make sure you've already got GLEW, GLFW, GLM, etc etc installed). Inspired by this stackoverflow answer on how to build and install GLFW3 on linux.

Installation

git clone https://github.com/dsvoid/glcomp.git && cd glcomp/
sudo cp glcomp /usr/bin/glcomp
sudo chmod +x /usr/bin/glcomp

Usage

glcomp [YOUR FILE HERE].cpp
./[YOUR FILE HERE].exec

About

OpenGL compilation bash script for Linux users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages