mirror of
https://github.com/ssloy/tinyraytracer.git
synced 2024-04-18 07:30:54 +08:00
9 lines
132 B
Markdown
9 lines
132 B
Markdown
|
# compilation
|
||
|
git clone https://github.com/ssloy/tinyraytracer.git
|
||
|
cd tinyraytracer
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake ..
|
||
|
make
|
||
|
|