NotFlawffles / termux-nerd-installer

Termux tool to easily install nerd fonts
44 stars 1 forks source link

Not working #4

Closed kaushiksahu18 closed 2 months ago

kaushiksahu18 commented 4 months ago
~/t/termux-nerd-installer (main)> ls
Makefile  README.md  include  screenshots  src
~/t/termux-nerd-installer (main)> make install
make default
make[1]: Entering directory '/**/home/test/termux-nerd-installer'
cc -Wall -Wextra -ggdb -o termux-nerd-installer src/fontinstaller.c src/main.c src/utils.c -lcurl -lm
make[1]: cc: No such file or directory
make[1]: *** [Makefile:10: default] Error 127
make[1]: Leaving directory '/**/home/test/termux-nerd-installer'
make: *** [Makefile:18: install] Error 2 

This is the output ** is my pwd path

Lockszmith-GH commented 4 months ago

Try pkg install build-essential and then run make again

kaushiksahu18 commented 2 months ago

Try pkg install build-essential and then run make again

i have used termux:styles