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

Support other operating systems #3

Open
4 of 9 tasks
Aloso opened this issue Nov 16, 2020 · 5 comments
Open
4 of 9 tasks

Support other operating systems #3

Aloso opened this issue Nov 16, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@Aloso
Copy link
Owner

Aloso commented Nov 16, 2020

to-html supports the following target operating systems (list taken from here):

  • windows
  • macos
  • linux
  • freebsd
  • dragonfly
  • openbsd
  • netbsd
  • ios
  • android

If you want to add support for an unsupported OS, I'd appreciate it if you send a pull request. If you aren't able to implement it yourself, leave a comment here.

@Aloso Aloso added the enhancement New feature or request label Nov 16, 2020
@Aloso Aloso changed the title Other unix-like platforms Support other operating systems Nov 16, 2020
@Efreak
Copy link
Contributor

Efreak commented Dec 12, 2021

This works just fine on Android (Termux) if you remove the checks in faketty before building.

@Aloso
Copy link
Owner Author

Aloso commented Dec 12, 2021

@Efreak are you saying that it works on Android the same way as on Linux? I'd be happy to make it work on Android if you confirm that it works. I don't have enough time to investigate this myself.

@Efreak
Copy link
Contributor

Efreak commented Dec 12, 2021

It works perfectly. Check it out here.

@Aloso
Copy link
Owner Author

Aloso commented Dec 12, 2021

@Efreak what I need is a pull request that's been confirmed to work. Since I don't know what modifications you made to create that page, it's not helpful unfortunately.

@Efreak
Copy link
Contributor

Efreak commented Dec 12, 2021

I don't actually know rust, so all I did was comment out a bunch of lines. I'm not sure how to make it actually build. I know how to use cargo to download and install a bunch of stuff, and to build a local project, that's it. I'll push a fork with my changes, but then it'll build for all OS, I think.

Aloso added a commit that referenced this issue Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants