Skip to content

Commit

Permalink
README.md: update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 18, 2019
1 parent d1ea4c4 commit 1517267
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@ Currently only 64-bit (x64) is targeted.
## Build Instructions

1. Clone the repository
2. Init submodules with

```shell
git submodule init
git submodule update --recursive
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
```

Alternatively you can do
Alternatively you can do this:

```shell
git clone --recursive https://github.com/XhmikosR/jpegoptim-windows.git
git submodule init
git submodule update --recursive
```

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

0 comments on commit 1517267

Please sign in to comment.