vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.85k stars 69 forks source link

make install doesn't work on MacOS #160

Closed szaffarano closed 1 year ago

szaffarano commented 3 years ago

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.

vhakulinen commented 1 year ago

The -t option isn't used anymore.