Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYCU CG2023 Homework 0

https://github.com/CGTA2023/HW0

Dependencies

Dependencies for Windows

Visual Studio

Dependencies for macOS

Xcode

Dependencies for Unix-like systems other than macOS with X11

On Debian and derivatives like Ubuntu and Linux Mint

sudo apt install xorg-dev

On Fedora and derivatives like Red Hat

sudo dnf install libXcursor-devel libXi-devel libXinerama-devel libXrandr-devel

On FreeBSD

pkg install xorgproto

Build instruction

CMake

Build in release mode

cmake -S . -B build -D CMAKE_BUILD_TYPE=Release
cmake --build build --config Release --parallel 8
cd bin
./HW0

Build in debug mode

cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug
cmake --build build --config Debug --parallel 8
cd bin
./HW0

Visual Studio 2019

  • Open vs2019/HW0.sln
  • Select config then build (CTRL+SHIFT+B)
  • Use F5 to debug or CTRL+F5 to run.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages