Documentation update
This commit is contained in:
parent
02f69e332c
commit
01e8ca5338
21
README.md
21
README.md
@ -19,25 +19,26 @@ https://www.amebis.si/prenos/ZRCola/
|
||||
|
||||
### 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.
|
||||
2. The following variables in the environment:
|
||||
- _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.
|
||||
- `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.
|
||||
|
||||
### Building
|
||||
Use Microsoft NMAKE to build the project. The resulting files can be found in output subfolder.
|
||||
|
||||
`nmake Clean` Delete all intermediate and output files.
|
||||
`nmake Setup` Build a release version of project and release MSI setup files.
|
||||
`nmake SetupDebug` Build a debug version of project and debug MSI setup files.
|
||||
`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!
|
||||
- `nmake Clean` Delete all intermediate and output files.
|
||||
- `nmake Setup` Build a release version of project and release MSI setup files.
|
||||
- `nmake SetupDebug` Build a debug version of project and debug MSI setup files.
|
||||
- `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:
|
||||
- ZRC SAZU, Jamova ulica 39, 1000 Ljubljana, Slovenia, ZRCola@zrc-sazu.si
|
||||
- Amebis, d. o. o., Kamnik, Bakovnik 3, 1230 Kamnik, Slovenia, info@amebis.si
|
||||
- ZRC SAZU, ZRCola@zrc-sazu.si
|
||||
- Amebis, info@amebis.si
|
||||
|
Loading…
x
Reference in New Issue
Block a user