Skip to content

Commit 1b4ed74

Browse files
committed
Minor dev guide and screenshot img update
1 parent 517f0aa commit 1b4ed74

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/guide/develop.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ Before running the build script on Windows, you must have the prerequisites:
3939
* [MSVC 2015 or 2017 Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools) installed w/ the following
4040
executed to put 64-bit VC compiler on the `PATH` for MSVC 2015:
4141
`"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64`. Or the following executed for MSVC
42-
2017: `"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64`.
43-
* Latest Qt (5.x) installed w/ `qmake.exe` on the `PATH` corresponding to the chosen MSVC version
44-
* Optionally, [jom.exe](https://wiki.qt.io/Jom) on the `PATH` to speed up builds
42+
2017: `"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x64`.
43+
* Latest Qt (5.x) installed w/ `qmake.exe` on the `PATH` corresponding to the chosen MSVC version (e.g. with
44+
`"C:\Qt\<version>\msvc2017_64\bin"` on the `PATH`)
45+
* Optionally, [jom.exe](https://wiki.qt.io/Jom) on the `PATH` to speed up builds (e.g. with
46+
`"C:\Qt\Tools\QtCreator\bin"` on the `PATH`)
4547
* Latest [Windows 64-bit standard dist of CEF](http://opensource.spotify.com/cefbuilds/index.html#windows64_builds)
4648
extracted w/ `CEF_DIR` environment variable set to the base CEF extracted dir
4749
* This repo cloned w/ the shell at the `src` folder

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h4>Autocomplete and Search</h4>
161161
<hr />
162162
<h4>Request Blocker</h4>
163163
<div class="feature-item">
164-
<img src="img/screenshot-request-blocker-simple.png" style="height: 100%;">
164+
<img src="img/screenshot-request-blocker-simple.png" style="height: 100%; max-width: 100%">
165165
<div>
166166
<div>
167167
Doogie supports the <a href="https://adblockplus.org/filters">Adblock Plus filter syntax</a> for URLs. This means you can add <a href="https://filterlists.com/">filter lists</a> and Doogie will prevent the URL from being loaded.

0 commit comments

Comments
 (0)