From feb3c7c1506a70416385d0c34809d6d2ebb9edba Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 3 Jan 2017 11:52:36 +0100 Subject: [PATCH] Unicode apostrophe changed to ASCII version for simplicity --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe12a17..ac3fa97 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ https://www.amebis.si/prenos/ZRCola/ - Microsoft Visual Studio 2010 SP1 - _sed.exe_ and _grep.exe_ - Command line utilities from Microsoft Windows SDK Bin folder: distributed with Visual Studio, add Bin folder to path manually. -- Additional command line utilities from project’s bin folder: add bin folder to path. The source code is provided on request. +- Additional command line utilities from project's bin folder: add bin folder to path. The source code is provided on request. ### Digital Signing of Build Outputs In order to have the build process digitally sign output files, one should provide the following: -1. A signing certificate installed in the current user’s certificate store. +1. A signing certificate installed in the current user's certificate store. 2. The following variables in the environment: - - `ManifestCertificateThumbprint` - set the value to certificate’s SHA1 thumbprint (hexadecimal, without spaces, i.e. `bc0d8da45f9eeefcbe4e334e1fc262804df88d7e`). + - `ManifestCertificateThumbprint` - set the value to certificate's SHA1 thumbprint (hexadecimal, without spaces, i.e. `bc0d8da45f9eeefcbe4e334e1fc262804df88d7e`). - `ManifestTimestampUrl` - set the value to URL used to perform timestamp signature (i.e. `http://timestamp.verisign.com/scripts/timstamp.dll`). In order to perform timestamp signing successfully, the computer running the build should be online and able to access this URL. Please note that only Release builds are configured for timestamp signing. Debug configurations do not attempt to timestamp sign the resulting DLL and EXE files in order to speed up the building process and enable offline building. @@ -36,7 +36,7 @@ Use Microsoft NMAKE to build the project. The resulting files can be found in ou - `nmake Register` Build a debug version of project, install fonts (reboot required), and Start Menu shortcuts. For development purposes only! - `nmake Unregister` Remove Start Menu shortcuts, and fonts. For development purposes only! -The `/ls` flag can be appended to the commands above to reduce NMAKE’s verbosity. You can combine multiple targets (i.e. nmake Unregister Clean). Please, see NMAKE reference for further reading. +The `/ls` flag can be appended to the commands above to reduce NMAKE's verbosity. You can combine multiple targets (i.e. nmake Unregister Clean). Please, see NMAKE reference for further reading. ## Contact Information Please contact the following addressee for further information and help: