Skip to content

Commit e9883d3

Browse files
authored
Update README.md
1 parent 4787558 commit e9883d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Currently only 64-bit (x64) is targeted.
77

88
## Notes
99

10-
* MultiThreaded; no need for the MSVC Runtime to be installed separately
11-
* Built with LTCG
12-
* Runs on Vista and newer
10+
* Multithreaded; no need for the MSVC Runtime to be installed separately
11+
* Built with [LTCG](https://docs.microsoft.com/en-us/cpp/build/reference/ltcg-link-time-code-generation?view=vs-2019)
12+
* Runs on Windows Vista and newer
1313

1414
## Build Instructions
1515

@@ -29,4 +29,4 @@ Currently only 64-bit (x64) is targeted.
2929

3030
2. Download and install [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) (any edition)
3131
3. Download [nasm](https://www.nasm.us/) and place `nasm.exe` somewhere into your `PATH`
32-
4. Open `jpegoptim.sln` and build
32+
4. Open `jpegoptim.sln` and build or run `build.bat`

0 commit comments

Comments
 (0)