COMP3231 Operating Systems
Make symlink to this repo from ~/cs3231
"cd ~"
"ln -s <PATH TO THIS REPO> cs3231"
"git submodule update --init --recursive" to pull submodule repos
"git submodule add <URL.git>" to add new repo
"sudo ln -s /usr/lib/x86_64-linux-gnu/libmpfr.so.6 /usr/lib/x86_64-linux-gnu/libmpfr.so.4" may need to symlink this for bmake to work
"sudo apt-get install libpython-all-dev" for os161-gdb to work