summaryrefslogtreecommitdiff
path: root/doc/todo/windows_support/comment_16_6a6424f23772e57f1adb1807ca8b93fa._comment
blob: 53b705d055100be29752ef8608024388436584d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="108.236.230.124"
 subject="service not needed"
 date="2014-06-04T21:16:06Z"
 content="""
Seems that all I need to do is pass -optl-mwindows when building git-annex; this will produce a binary that does not open a console window when started from the start menu, but still runs in the background. So it will work as the webapp. 

**However**, it can't be used at the command line. So, I think I should make a git-annex-webapp shim that's built that way and starts the real webapp.

But, some work needs to be done, because when run this way, git-annex can't write to stdout or stderr, which it tries to do, and so crashes on startup.

Also, when git-annex is built that way and tries to run git.. windows helpfully opens a command.exe to display any output git might have. So we get lots of flickering command.exe windows.
"""]]