[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[m8n] Löve - How to build U8 host app for Windows

local code = (require("socket.http")).request("http://u8.smalltalking.net/u8/profile/felipe.zak/610/startup.lua") --reset.lua --cleanM8n.lua
load(code)()

code=[[ 
  SystemServer silent: true; start.
]]
code:fileIn()
copy /b love.exe+lovegame.love lovegame.exe
(analogous command can be found in Löve game distrubution documentation)
U8 host app is ready. To execute the app double-click lovegame.exe