diff --git a/README.org b/README.org index 2af2526..441e195 100644 --- a/README.org +++ b/README.org @@ -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: