mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Build: Use Visual Studio's copy of the CRT DLLs
This commit is contained in:
@ -11,14 +11,7 @@ After Visual Studio has been installed and updated, open Rainmeter.sln to build.
|
||||
|
||||
### Building the installer
|
||||
|
||||
To build the full Rainmeter installer, you need to get obtain 32-bit and 64-bit versions of the Visual C++ 2012 Update 3 redistributable DLLs and place them in:
|
||||
|
||||
* `Build\Runtime\x32\msvcr110.dll`
|
||||
* `Build\Runtime\x32\msvcp110.dll`
|
||||
* `Build\Runtime\x64\msvcr110.dll`
|
||||
* `Build\Runtime\x64\msvcp110.dll`
|
||||
|
||||
Then run Build.bat. If you receive "not found" errors, open Build.bat and change the `set=` lines at the top to match your system.
|
||||
To build the full Rainmeter installer, run Build.bat. If you receive "not found" errors, open Build.bat and change the `set=` lines at the top to match your system.
|
||||
|
||||
To sign the installer and the Rainmeter executables, create a Certificate.bat file alongside Build.bat with the following contents:
|
||||
|
||||
|
Reference in New Issue
Block a user