Skip to content

Repository for Computer Graphics lecture at UFSCar (Fall/2015)

Notifications You must be signed in to change notification settings

Comp-UFSCar/cg-2015-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Graphics and Multimedia (UFSCar/Fall 2015)

How to Compile/Execute

Before:

Library X11 and CMake are required to run this code so if you're using Debian-based (Linux Mint / Ubuntu) don't forget to:

sudo apt-get install libX11-dev 
sudo apt-get install cmake
Starting:
# Clone the repository
git clone https://github.com/thamenato/computer_graphics_ufscar2015.git
# Cloning into 'computer_graphics_ufscar2015'...
# ...

# Navigate to the directory
cd computer_graphics_ufscar2015
# Make a build directory and navigate to it
mkdir build
cd build

# Generate CMake cache and other stuff
cmake ..
# Time to compile
make

# If everything goes well and you see [100%] Built target monitor_cthulhu
# Execute the binary
./bin/monitor_cthulhu

About

Repository for Computer Graphics lecture at UFSCar (Fall/2015)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published