woodruffw / screenfetch-c

A rewrite of screenFetch in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Installing on Debian

chrismcfee opened this issue · comments

When installing

gcc -O3 -std=c99 ./src/screenfetch-c.c ./src/thread.c -o ./screenfetch -lpthread │················
make: gcc: Command not found │················
make: *** [all] Error 127

Do you have gcc installed?
If you don't, you can install it by running:

sudo apt-get install gcc

If you do have gcc installed, make sure that it is in your PATH.

That's weird. I figured a fresh install of Debian would come with gcc.

It works now.

Awesome.