You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
*[Visual C++ Redistributable Packages for Visual Studio 2015](https://www.microsoft.com/en-au/download/details.aspx?id=48145) and install "vc_redist.x64.exe"
@@ -33,7 +36,7 @@ There are three separate parts to this, if any fails then you will need to check
33
36
### Building the binaries (If you have downloaded the source)
34
37
35
38
1. Open ``ZeroKey.sln`` with Visual Studio 2022.
36
-
2. Build the entire solution (Release or debug, but only x64). This creates a ``\bin\`` folder in the root Sesame directory.
39
+
2. Build the entire solution (Release or debug, but only x64). This creates a ``\bin\`` folder in the root Project directory.
37
40
3. For the rest of the instructions, I'll assume you built for Release. If you chose Debug instead, then replace "Release" in the following instructions with "Debug".
38
41
4. Make sure your NFC reader is connected to the PC.
39
42
@@ -68,4 +71,4 @@ There are three separate parts to this, if any fails then you will need to check
0 commit comments