Distribute compiled enigma-dev
Reporter: linux-man | Status: open | Last Modified: November 15, 2019, 12:48:10 PMAfter building enigma-dev on Windows (following instructions at Install:Windows), I want to distribute it and run outside msys2.
I can do it copying mingw64, usr and dev folders from msys2 to enigma-dev folder, creating a tmp folder and writing enigma.bat:
I can do it copying mingw64, usr and dev folders from msys2 to enigma-dev folder, creating a tmp folder and writing enigma.bat:
@Echo OFF
PATH = %CD%\mingw64\bin;%CD%\usr\bin;%PATH%
java -jar lateralgm.jar
My problem is: enigma is too big! More than 2GB. What can I remove and still make it work?
Leave a commentView this issue on GitHub
Please sign in to post comments, or you can view this issue on GitHub.