Re: Source changes
- Posted by Gary Shingles <eu at 531pi.?o.nz> Jul 05, 2007
- 611 views
CChris wrote: > <side question> > How can I build exu under Windows? > </side quetion> You could install coLinux + your favourite distribution and have a native Linux OS running side by side with Windows which would enable you to both compile and test it (which is probably what you want to do). You can install X Windows with a vnc based server so that you can test X apps as well. Alternatively you could use Cygwin or MinGW to cross compile to elf-i386, but then you still wouldn't be able to test it locally. And I don't know how much support there is for cross compiling to ELF on Windows (though I'd suspect it's possible). Gary