File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,19 +14,18 @@ Currently only 64-bit (x64) is targeted.
14
14
## Build Instructions
15
15
16
16
1 . Clone the repository
17
- 2 . Init submodules with
18
17
19
18
``` shell
20
- git submodule init
21
- git submodule update --recursive
19
+ git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
22
20
```
23
21
24
- Alternatively you can do
22
+ Alternatively you can do this:
25
23
26
24
``` shell
27
- git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
25
+ git submodule init
26
+ git submodule update --recursive
28
27
```
29
28
30
29
2 . Download and install [ Visual Studio 2019] ( https://visualstudio.microsoft.com/downloads/ ) (any edition)
31
30
3 . Download [ nasm] ( https://www.nasm.us/ ) and place ` nasm.exe ` somewhere into your ` PATH `
32
- 4 . Open ` jpegoptim.sln ` and build or run ` build.bat `
31
+ 4 . Open ` jpegoptim.sln ` and build, or run ` build.bat `
You can’t perform that action at this time.
0 commit comments