Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 879 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 879 Bytes

CSCI-3090

to start, i changed the working directory to ../part1 and ../part2 and such, just the ones containing the main.cpp

or you can place the .fs, .vs and .obj files in the debug folder, as described in lab 2

for cloning, try

git clone --depth 1 --recurse-submodules https://github.com/MaxCantCode/CSCI-3090
cd CSCI-3090
git submodule update --remote

theres also a one-liner on a newer version of git

git clone --depth 1 --recurse-submodules --remote-submodules https://github.com/MaxCantCode/CSCI-3090

then do the directory/file shuffle

(useful templates)