Quick Construct 2 + web server under wine (no apache needed) [tested: construct r.198 free + wine 1.7.38]:
Install wine:
sudo apt-get install wine1.7[/code:2c3h8m53]
[set wine to 32 bit]
[code:2c3h8m53]export WINEARCH=win32[/code:2c3h8m53]
[install dlls under wine, I don't know if they're really needed, but just in case...]
[code:2c3h8m53]winetricks dotnet20 gdiplus vcrun2005 vcrun2008 vcrun2010[/code:2c3h8m53]
[optional] enable font rendering:
[code:2c3h8m53]winetricks settings fontsmooth-rgb[/code:2c3h8m53]
Download and install construct2:
[code:2c3h8m53]wine construct2-r199-setup.exe[/code:2c3h8m53]
replace r199 with downloaded version (if needed)
run construct2, export a proyect to /home/USER/.wine/drive_c/development (for example)
Download HFS (I can't post urls yet, so just do a google search for "rejetto hfs") Run hfs and:
1. Click on port (on the right of menu), choose a port.
2. click on the home icon in the file browser (below the menu button), add folder from disk, choose a folder (for example /home/USER/.wine/drive_c/development).
3. Click on "open in browser" button below Menu button on HFS (or Open your_local_ip:port in your favourite browser)
5. Your favourite [b]native[/b] browser will pop up with a file browser, click on the previously exported proyect folder
6. Done.
I don't know how to fix the minifier script error due to the lack of java under wine.