gnvim icon indicating copy to clipboard operation
gnvim copied to clipboard

make install doesn't work on MacOS

Open szaffarano opened this issue 5 years ago • 0 comments

I followed the macOS instructions, but I'm not able to install gnvim:

$ brew install gtk+3 librsvg
...
$ make NOWEBKIT2GTK=1
...
$ make install
install -d "/usr/local/bin"
install -t "/usr/local/bin" ./target/release/gnvim
install: illegal option -- t
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

It seems that macOS install command doesn't support the -t flag.

szaffarano avatar Dec 28 '20 19:12 szaffarano