diff options
author | Ritchie <paulx161@umn.edu> | 2021-01-19 19:08:55 -0600 |
---|---|---|
committer | GitHub Enterprise <noreply-github@umn.edu> | 2021-01-19 19:08:55 -0600 |
commit | 1080b350afca51bf682aa0b669c19bdc39ec758b (patch) | |
tree | 204ffe1d286556bfab1aee6f506c246017327f9f /README.md | |
parent | Initial commit (diff) | |
download | csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.tar csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.tar.gz csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.tar.bz2 csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.tar.lz csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.tar.xz csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.tar.zst csci4611-1080b350afca51bf682aa0b669c19bdc39ec758b.zip |
Updated README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,9 +1,15 @@ The directory structure is as follows: + dev/ -- sourcecode for software under development, including assignments + worksheets/ -- .md files you should edit and then git commit for the worksheet portion of each assignment + bin/ -- executables and .dlls should be installed here. this directory should be added to your Windows PATH environment variable + include/ -- C++ header files should be installed here. + lib/ -- C++ libraries should be installed here + share/ -- shared data (images, config files, etc.) needed by installed programs should go here |