How to create Windows executable (.exe) from red lang?

≡放荡痞女 提交于 2019-12-11 04:04:46

问题


I'm building a red lang application. How to create Windows executable (.exe) from red lang???


回答1:


If you have already the red executable, you call from the command line

red -c -t Windows yourprogram.red

and you will get yourprogram.exe as a Windows program

README.md

Of course I assume, you have also downloaded all the possibly additionally needed source files from either red-lang/download or github/red/red

If you have a recent rebol interpreter, you can compile with

do/args %red.r "-t Windows yourprogram.red" 

or use an available GUI shell for the red compiler e.g redcompiler



来源:https://stackoverflow.com/questions/38941748/how-to-create-windows-executable-exe-from-red-lang

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!