Add 64bit build information

This commit is contained in:
Vega 2024-02-13 17:06:09 +00:00
parent c52d29337d
commit 23b83ae690
Signed by: muteplayer
GPG Key ID: 31FE0B16CB1045E7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ A fork of a malware created by [[https://github.com/LunzRh][Jotaxisz]] with a re
You will need *MinGW* and *Make*. You can parse the
argument =CXX= to change the C++ compiler (the default is ~i686-w64-mingw-g++~) and
the =WINDRES= to change the default ~windres~ command (the default is ~i686-w64-mingw-windres~).
You can change the =CXX= and =WINDRES= to ~x86_64-wi64-mingw-g++~ and ~x86_64-wi64-mingw-windres~ respectively to build it natively for 64bit envioriments.
*** Arch linux: