woodruffw / screenfetch-c

A rewrite of screenFetch in C.
MIT License
73 stars 17 forks source link

Issue Installing on Debian #8

Closed chrismcfee closed 10 years ago

chrismcfee commented 10 years ago

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

woodruffw commented 10 years ago

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.

chrismcfee commented 10 years ago

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

It works now.

woodruffw commented 10 years ago

Awesome.