diff --git a/docs/docs/compile.xml b/docs/docs/compile.xml index e27e6c0a2..b37d4ca10 100644 --- a/docs/docs/compile.xml +++ b/docs/docs/compile.xml @@ -16,7 +16,7 @@ work.

Also note that various optional features like GUI support (e.g. - dlib.image_window) and CUDA acceleration will be either enabled or + dlib.image_window) and CUDA acceleration will be automatically enabled or disabled based on what is available on your computer. When you run the install command it will print messages telling you what it is using. Read those messages and take appropriate action if you @@ -50,7 +50,7 @@ cd build cmake .. cmake --build . --config Release -Note that you also need to have a C++11 compiler installed on your system. There are free C++11 compilers +Note that you need to have a C++11 compiler installed on your system. There are free C++11 compilers for most operating systems. For example, Visual Studio is free on Windows and GCC is free and works well on Mac OS X and Linux systems. If you have multiple compilers/IDEs installed then you can tell CMake which one you want it to use via the -G option. @@ -198,7 +198,7 @@ sudo apt-get install libx11-dev To summarize, if you don't understand what the above paragraphs are talking about then you absolutely should not be installing dlib as a precompiled library in Visual Studio. Instead, go to the top of this page and read the instructions - there. Follow those instructions, it's super easy. + there. Follow those instructions, it's super easy and will Just Work.


diff --git a/docs/docs/faq.xml b/docs/docs/faq.xml index 35449035e..43cd20fed 100644 --- a/docs/docs/faq.xml +++ b/docs/docs/faq.xml @@ -99,6 +99,11 @@

+ + Follow the official instructions. + They tell you exactly what to type to use dlib. + + Do not post a question like "I'm using dlib, and it doesn't work?" or "I'm using the object detector and it doesn't work, what do I do?". diff --git a/docs/docs/release_notes.xml b/docs/docs/release_notes.xml index 82ebb3911..f33ce0158 100644 --- a/docs/docs/release_notes.xml +++ b/docs/docs/release_notes.xml @@ -12,16 +12,16 @@ New Features and Improvements: - - Added weighted labels to loss_binary_log layer - - Added padding argument support for Python compute_face_descriptor methods - - Added pointwise_divide function - - Added U-net style skip connections to the semantic-segmentation example + - Added weighted labels to loss_binary_log layer. + - Added padding option to Python compute_face_descriptor() methods. + - Added pointwise_divide function. + - Added U-net style skip connections to the semantic-segmentation example. - Exposed dlib::chinese_whispers() directly in Python API. - - Added python api that generates desciptor(s) from the aligned image(s) - - Added support for CUDA 10.1 + - Added python api that generates desciptor(s) from the aligned image(s). + - Added support for CUDA 10.1. - Dlib's python install process always automatically enables all supported features. - So --yes <option> was removed as it would do nothing. - - Added --box-images to imglab + So --yes <option> was removed as it does nothing. + - Added --box-images to imglab. Non-Backwards Compatible Changes: