Skip to content

42Repo/Ft_scop

Repository files navigation

Build Instructions

Clone the Repo

git clone https://github.com/42Repo/Ft_scop
cd Ft_scop

Building The Project

mkdir build
cd build

# For GCC
export CC=gcc
export CXX=g++

# For Clang
# export CC=clang
# export CXX=clang++

# Standard configuration
cmake ..

# Or with options
# cmake -DCMAKE_BUILD_TYPE=Debug ..

# Compile
make

About

Test for scop and learn Opengl

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages