push_swap_visualizer
push_swap_visualizer copied to clipboard
Update README for macOS systems
Added equivalent packages installation guide for macOS systems (tested on a Mac M1 and Mac Book Intel).
I did my best for being as clear and explicit, following your pre-existing README
Hope it does help, this is my first pull request !
Added equivalent packages installation guide for macOS systems (tested on a Mac M1 and Mac Book Intel).
I did my best for being as clear and explicit, following your pre-existing README
Hope it does help, this is my first pull request !
Hi! I tried to install your recommended dependencies but : ➜ brew install libudev Warning: No available formula with the name "libudev". Did you mean libuv, libev or libdv?
Hi @multitudes , thanks for feedback and sorry for the delay !
You are absolutely right, my bad...
brew install libudev
won't work. It is a Linux-specific library for device management, and it's not available in the standard Homebrew repositories for macOS.
I updated my PR accordingly !