From 0deed86537dd3cf6eb10f3941f98395dee4def3b Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Sun, 22 Jan 2023 19:07:46 +0100 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 791d606..69be48c 100644 --- a/README.md +++ b/README.md @@ -60,10 +60,10 @@ you will need to add a field called ```remedy_build_system```, here is an exampl If you are developing using remedybg it seems pretty obvious that you would want access to the Microsoft compiler so additionally the package is shipping with the ```setup_vsvars.py```. You can find it in the ```other``` folder. It sets up the vcvarsall paths for you, it was created by one of the sublime developers, I found it on Stack Overflow. You need to: * Copy it into your User folder ```copy "%appdata%\Sublime Text\Packages\Sublime_RemedyBG\other\setup_vsvars.py" "%appdata%\Sublime Text\Packages\User\setup_vsvars.py"``` -* Add to your settings: +* Add to your sublime settings the path to vcvarsall, like this: ``` -"vc_vars_cmd": C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat, +"vc_vars_cmd": "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliary\Build\vcvarsall.bat", "vc_vars_arch": "amd64", ```