tavianator/bfs

Cargo install?

deadcoder0904 opened this issue · 4 comments

I am new to Rust but I try to use its packages like fd, kondo, pastel, dust using cargo install.

Is there a reason cargo is not supported for bfs?

bfs is written in C, not Rust :)

Hot damn! I came here through following some Rust developers packages. Thought this was Rust executable too haha :)

Is there any way to install C executables on Windows so they are accessed from anywhere? Or just make?

I doubt bfs will compile on Windows, it uses too much of the POSIX API. It will work in WSL, and maybe Cygwin or MSYS.

Cool, nice work anyway :)