Skip to content

Commit

Permalink
additional text in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mxre committed Jul 28, 2016
1 parent 6b42460 commit d9285ce
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ executables and dynamic libraries.
## Toolkit

Before we begin you need to have the approptiate tools installed.
- `rc.exe` from the Windows SDK [https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk]
- `windres.exe` and `ar.exe` from minGW64 [http://mingw-w64.org/]
- `rc.exe` from the [Windows SDK]
- `windres.exe` and `ar.exe` from [minGW64]

[Windows SDK]: https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk
[minGW64]: http://mingw-w64.org

If you are using Rust with the MSVC ABI you will need the Windows SDK,
for the GNU ABI you'll need minGW64.
Expand Down Expand Up @@ -70,5 +73,15 @@ of the Windows Explorer:

`FileDescription`, `ProductName`, `ProductVersion`, `OriginalFilename` and `LegalCopyright`

See [https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx]
See [MSDN]
for more details on the version info section of executables/libraries.

[MSDN]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx

## About this project

I've written this crate chiefly for my personal projects, and althou I've tested it
on my personal computers I have no idea if the behaviour is the same everywhere.

To be brief, I'm very much reliant on your bug reports and feature suggestions
to make this crate better.

0 comments on commit d9285ce

Please sign in to comment.