Problems with installation on Mac
Closed this issue · 0 comments
Enrico68 commented
Apparently the install
on MacOS does not accept the -D
option (I think is working just for Linux systems).
install -v -D -m644 /Users/cazzimiei/Downloads/notmuch-vim-master/notmuch.vim /Users/cazzimiei/.vim/plugin/notmuch.vim
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64
Anyway this was easily overcome using Vim Plugged (Plug 'felipec/notmuch-vim'
).