~exprez135/castor

030755e46c13d1e537ea706d24e5e69a4722c85a — Nate Ijams 3 years ago 04afdd3 master
A Makefile for macOS.
2 files changed, 4 insertions(+), 4 deletions(-)

M Makefile
M README.md
M Makefile => Makefile +3 -3
@@ 1,8 1,8 @@
# Install to /usr unless otherwise specified, such as `make PREFIX=/app`
PREFIX=/usr
PREFIX=/usr/local

# What to run to install various files
INSTALL=install -D
INSTALL=ginstall -D -vvv
# Run to install the actual binary
INSTALL_PROGRAM=$(INSTALL)
# Run to install application data, with differing permissions


@@ 30,7 30,7 @@ install : target/release/castor install-data
install-data : copy-data
	# Force icon cache refresh
	touch $(sharedir)/icons/hicolor
	update-desktop-database
	# update-desktop-database

# Just copy the data files, without updating caches
copy-data :

M README.md => README.md +1 -1
@@ 53,7 53,7 @@ You will need some development libraries:


### Building on MacOS
See instructions [here](https://tcp.rip/text/misc/install-castor.txt.html)
See instructions [here](https://paste.sr.ht/~exprez135/c35bcd0c4d370517c5deb129ad5813642d19e5df)


### Building on Windows