We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a898b5c commit b416540Copy full SHA for b416540
README.md
@@ -11,11 +11,13 @@ CLI tool that can replace C# methods in .NET Core applications
11
12
### Requirements
13
14
-- Visual Studio 2022 with installed C++ & C# build tools: https://visualstudio.microsoft.com/en/vs/
+- C++
15
+ - Linux: g++
16
+ - Windows: Visual Studio 2022 with installed C++ & C# build tools: https://visualstudio.microsoft.com/en/vs/
17
- Node.js: https://nodejs.org/en/download/
18
- frida: https://frida.re
19
-### Installation
20
+### Building
21
22
Open command line and run this script
23
0 commit comments