]> Devi Nivas Git - cs3210-lab1.git/commitdiff
Update lab1.md
authorDevecsery, David <ddevec@gatech.edu>
Tue, 25 Aug 2020 19:32:46 +0000 (15:32 -0400)
committerGitHub Enterprise <github-noreply@oit.gatech.edu>
Tue, 25 Aug 2020 19:32:46 +0000 (15:32 -0400)
instructions/lab1.md

index 6197ca0db8e529b5220024fc9c28bdab6c9b4cca..24223ca2be3e17c46e5b9db7c977ec5850d52f15 100644 (file)
@@ -49,7 +49,13 @@ cmake .. -DCMAKE_BUILD_TYPE=Debug
 make
 ```
 
-**NOTE: The above code uses a "Debug" build. This disables optimizations and
+**NOTE: You may have to install gcc multilib support to get lab1 to build:**
+```
+sudo apt install gcc-multilib
+```
+
+
+**NOTE2: The above code uses a "Debug" build. This disables optimizations and
 adds in debug symbols.  Its much easier to work with than a "Release" build, the
 default CMAKE_BUILD_TYPE.  The autograder (more later) will run your code in
 "Release" mode**