File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,13 +29,14 @@ For windows:
2929
3030* Change ` / ` 's to ` \ ` 's for file names in the HooksInjector Project.
3131* Build the files from Visual Studio or under Bash For Windows
32+
3233Prerequites:
3334* mono-complete
3435
3536To build the files from source and install them simply:
3637
37- * Build HookAttribute with ` xbuild HookAttribute.csproj ` and place the HookAttribute.dll in $Gamedir/Game_Data/Managed
38- * Build Hooks Injector with ` xbuild HooksInjector.csproj ` and place HooksInjector.exe along with the ` Mono.Cecil ` dll's in $Gamedir
38+ * Build HookAttribute with ` xbuild HookAttribute.csproj ` and place the HookAttribute.dll in $Gamedir/Game_Data/Managed
39+ * Build Hooks Injector with ` xbuild HooksInjector.csproj ` and place HooksInjector.exe along with the ` Mono.Cecil ` dll's in $Gamedir
3940
4041To run the program do ` mono HooksInjector.exe ` (linux) or just run the (windows)
4142
You can’t perform that action at this time.
0 commit comments