Updatign makefile to include arch linux support
modified: Makefile
This commit is contained in:
parent
2c337e61dc
commit
3bd75128fb
4
Makefile
4
Makefile
@ -46,6 +46,10 @@ $(NCURSES_H):
|
||||
then \
|
||||
sudo yum update ; \
|
||||
sudo yum install ncurses-devel ; \
|
||||
elif [ -a /etc/arch-release ] ; \
|
||||
then \
|
||||
sudo pacman -Sy ; \
|
||||
sudo pacman -S ncurses ; \
|
||||
else \
|
||||
sudo apt-get update ; \
|
||||
sudo apt-get install ncurses-dev ; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user