diff options
author | unknown <paulx161@umn.edu> | 2021-01-18 19:36:15 -0600 |
---|---|---|
committer | unknown <paulx161@umn.edu> | 2021-01-18 19:36:15 -0600 |
commit | 8886c3d660ef857bd72d695d39e5eafd19992c38 (patch) | |
tree | 1b267e3312363e0009e1279bb668b370c66f0f1a /README.md | |
download | csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.tar csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.tar.gz csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.tar.bz2 csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.tar.lz csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.tar.xz csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.tar.zst csci4611-8886c3d660ef857bd72d695d39e5eafd19992c38.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a4fca7 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +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 |