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

Linux support? #2

Open
lf-araujo opened this issue Mar 23, 2020 · 1 comment
Open

Linux support? #2

lf-araujo opened this issue Mar 23, 2020 · 1 comment

Comments

@lf-araujo
Copy link

No description provided.

@Guevara-chan
Copy link
Owner

Yes, why not ? Except... All we need right now is:

  1. Finding *nix replacement for following code:
when defined(windows):
    for drive in execCmdEx("wmic logicaldisk get caption,Access", {poDaemon}).output.splitLines[1..^1]
        .filterIt(it!=""):
            if drive[0] != ' ': result.add drive.subStr(4).strip()
  1. Fixing this thing to work correctly:
    startProcess "/bin/bash", dir_feed().path, @[command, "|| exit"]
  2. Most important: finding any way to cross-compile stuff for other OSes under Win version of GCC.

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

No branches or pull requests

2 participants