Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows compatibility #18

Open
2 tasks
yyoon opened this issue Apr 7, 2016 · 2 comments
Open
2 tasks

Windows compatibility #18

yyoon opened this issue Apr 7, 2016 · 2 comments
Labels

Comments

@yyoon
Copy link

yyoon commented Apr 7, 2016

Since madb is not an application that uses Vanadium internally, it should be able to run on Windows as well. Android apps could be developed on Windows as well, so ideally madb should work on Windows fine.

There are a few known places where madb uses some platform specific code.

  • getting the user home directory (should use user package in the go library, and not rely on $HOME variable)
  • textutil library
@jxson
Copy link
Contributor

jxson commented May 23, 2016

Once we have basic windows support we should hook up some CI tests on http://www.appveyor.com/ (free for OSS like travis).

@yyoon
Copy link
Author

yyoon commented May 23, 2016

Sure. That's good to know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants