Skip to content

Commit 690e0f5

Browse files
committed
Add README.md.
1 parent 5c65307 commit 690e0f5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# jpegoptim for Windows
2+
3+
This is just my own project files for easy building of jpegoptim with mozjpeg and MSVC 2015.
4+
Currently only x64 is targeted.
5+
6+
## Notes:
7+
8+
* MultiThreaded; no need for MSVC Runtime to be installed
9+
* Uses LTCG
10+
* Runs on Vista and newer
11+
12+
## Build Instructions
13+
14+
1. Clone the repository
15+
2. Init submodules with `git submodule init` and `git submodule update --recursive`. Alternatively you can use `git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git` when cloning this repository.
16+
2. Download and install MSVC 2015 (any edition)
17+
3. Place `nasm.exe` somewhere into your `PATH`
18+
4. Open `jpegoptim.sln` and build

0 commit comments

Comments
 (0)