You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments