-
Notifications
You must be signed in to change notification settings - Fork 3
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
Command make install
does not work On MacOS
#1
Comments
make install
does not work without having built the library already.make install
does not work On MacOS
Very interesting! It turns out that MacOS uses the BSD implementation of the And yes, the makefile currently does not build the binary, just installs it to the users path. Would it be better to add building the binary as part of the makefile? I wasn't sure of best practice there. In any event, thanks for the feedback and glad you like it. |
Closing this as resolved. Let me know if it isn't and I'll reopen. |
▶ find -path "./target/release/build/mn-*/out"
find: illegal option -- p Looks like not even -path is working. |
Hmm, I'll have to take another look at this. Thanks for the testing. |
I have updated the makefile to not use |
Running
I thought this had to do with the Cargo build, but it seems to be about install the manpages.
Anyways, I think I will use this to replace my usage of MacOS
Notes.App
, thanks for making it!The text was updated successfully, but these errors were encountered: