From 113adb4bcf086abd3c43cb78c27fc3f3d71aff43 Mon Sep 17 00:00:00 2001 From: Zhenrong WANG Date: Tue, 14 Nov 2023 17:56:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 945a5ee..f101aee 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ You need a C compiler to build. 1. Use git to clone this code: `git clone https://github.com/zhenrong-wang/water-steam-if97.git` 2. Build command example: `gcc ws-if97.c -o my-if97.exe -lm` +Note: the `-lm` may not be valid for Windows or macOS. It is necessary for GNU/Linux distros. + ## 3.2 Run - Copy the executable to a working directory. and open a terminal/command prompt