Skip to content

Commit

Permalink
version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-wolff committed Nov 15, 2021
1 parent e491b23 commit 4ce807c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PROJECT_NAME = "Programming I"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "version 1.4"
PROJECT_NUMBER = "version 1.4.1"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
6 changes: 3 additions & 3 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Download and Installation
-------------------------

Download the library with examples from the script:<br/>
<a href="/files/prog1lib-1.4.zip">prog1lib-1.4.zip</a>
<a href="/files/prog1lib-1.4.1.zip">prog1lib-1.4.1.zip</a>

Extract the zip file, go to directory prog1lib/lib, make libprog1.a, go to directory prog1lib/script_examples, make celsius_to_fahrenheit (or any other example from the script). In more detail, assuming that you have opened the terminal (on Linux or Mac) or installed MinGW (on Windows, including the @c bin class of msys-wget, msys-zip, msys-unzip), perform these steps:

<code>
cd DirectoryToWhichYouDownloadedTheLibrary<br/>
unzip prog1lib-1.4.zip<br/>
unzip prog1lib-1.4.1.zip<br/>
cd prog1lib/lib<br/>
make<br/>
cd ../script_examples<br/>
Expand Down Expand Up @@ -39,7 +39,7 @@ The library zip-file should be in the list.

- Unpack the zip-file to generate the <code>prog1lib</code> directory:<br/>
<code>
unzip prog1lib-1.4.zip
unzip prog1lib-1.4.1.zip
</code><br/>
If <code>unzip</code> is not available, install it via the MinGW setup. (See the exercise slides for more details.)

Expand Down

0 comments on commit 4ce807c

Please sign in to comment.