diff options
author | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:15:14 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2021-09-20 18:15:14 -0500 |
commit | 342403a02f8063903d0f38327430721d4d0ae331 (patch) | |
tree | 29d020a27bc16939c568dd4b29166566d1c0e658 /README.md | |
parent | Fix parenthesis (diff) | |
download | csci4611-submission-p1.0.tar csci4611-submission-p1.0.tar.gz csci4611-submission-p1.0.tar.bz2 csci4611-submission-p1.0.tar.lz csci4611-submission-p1.0.tar.xz csci4611-submission-p1.0.tar.zst csci4611-submission-p1.0.zip |
do ass1submission-p1.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,15 +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 +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
|