jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
911 stars 75 forks source link

How to build #54

Closed mahmutelmas06 closed 4 years ago

mahmutelmas06 commented 4 years ago

I runned

sudo ./autogen.sh --prefix=/usr

and after

sudo make install

than i got this error

make: *** No rule to make target 'install'. Stopped.

jnsh commented 4 years ago

My guess is that the autogen.sh command didn't complete succesfully, and therefore there's no Makefile. Please check the autogen.sh output for errors.

I'm assuming you already did read install instructions. It should explain building and common issues in detail.

jnsh commented 4 years ago

Since there's been no additional comments, I'm closing this with the assumption that the problem got sorted some way.