File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments