mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
update make instructions
This commit is contained in:
parent
99502e20ea
commit
06b2cb1875
1 changed files with 6 additions and 3 deletions
9
Makefile
9
Makefile
|
|
@ -16,9 +16,12 @@ $(shell mkdir -p .build)
|
||||||
.PHONY: all install uninstall
|
.PHONY: all install uninstall
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "You can run Anki with ./runanki"
|
@echo "You can run Anki from this folder with 'make run'."
|
||||||
@echo "If you wish to install it system wide, type 'sudo make install'"
|
@echo
|
||||||
@echo "Uninstall with 'sudo make uninstall'"
|
@echo "After confirming it's working, to install Anki system-wide, use"
|
||||||
|
@echo "'make build && sudo make install'."
|
||||||
|
@echo
|
||||||
|
@echo "To undo a system install, use 'sudo make uninstall'."
|
||||||
|
|
||||||
install:
|
install:
|
||||||
rm -rf ${DESTDIR}${PREFIX}/share/anki
|
rm -rf ${DESTDIR}${PREFIX}/share/anki
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue