trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

make running on windows (msys) #68

Open vprimachenko opened 10 years ago

vprimachenko commented 10 years ago

pipe code from https://github.com/trogdoro/xiki/issues/27#issuecomment-14896299 related to #27, #53

tomByrer commented 10 years ago

Is there a reason why the PR isn't merged? Does it work for others please?

wmeints commented 10 years ago

Tried to merge this pull request into my own repository. It contains a number of problems, that I was unable to solve. I'm thinking about fixing these issues and creating a new pull request.

vprimachenko commented 10 years ago

@wmeints yeah the commit on which this request is based is a bit outdated… care to share which problems your encountered?

NigelThorne commented 9 years ago

To get this branch running I needed to edit xiki_command.rb (you have an 'end' missing before line 95).. and gem install win32-pipe as you haven't added the dependency in the gem file.

I now have an xiki command line.. but no idea how to make it let me interact with it... as running it outputs some docs and exits.

trogdoro commented 9 years ago

I appreciate people making an effort for windows support!

I'm a few days/weeks out from pushing a pretty drastically new version to a github branch. Let's hold off on patching the old one and try to make the new codebase be compatible with windows after I push it.

--Craig

On Tue, Oct 21, 2014 at 9:46 PM, Nigel Thorne notifications@github.com wrote:

To get this branch running I needed to edit xiki_command.rb (you have an 'end' missing before line 95).. and gem install win32-pipe as you haven't added the dependency in the gem file.

I now have an xiki command line.. but no idea how to make it let me interact with it... as running it outputs some docs and exits.

— Reply to this email directly or view it on GitHub https://github.com/trogdoro/xiki/pull/68#issuecomment-60036130.

dwelle commented 9 years ago

Any heads up?