jnsh / arc-theme

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

Install script fails #46

Closed vexillia closed 4 years ago

vexillia commented 4 years ago

Install fails with this message: autogen.sh: 10: autoreconf: not found

jnsh commented 4 years ago

Please make sure all the build dependencies, listed in the INSTALL.md, are installed on your system.

vexillia commented 4 years ago

All build dependencies now installed.

./autogen.sh --prefix=/usr

Runs with this error:

configure: error: Could not determine GTK3 version. Install GTK3 (and its development files), or use the --with-gtk3=<version> option. Alternatively you can choose to not build the GTK3 theme with --disable-gtk3 option.

Running xubuntu 20.04.

Found gtk version & used --with-gtk3= option but had to add two further switches to get

./autogen.sh --prefix=$HOME/.local --with-gtk3=3.24.18 --disable-gnome-shell --disable-cinnamon

This gave this error:

configure: error: inkscape not found

and make command fails.

vexillia commented 4 years ago

OK I get it I now need to install inkscape, optipng & sassc just to install a theme.

jnsh commented 4 years ago

Yes, they are needed for building certain parts of the theme from source.

If you want to avoid building, there's also a package for Debian that should work on Ubuntu 20.04, although I'm not the packager, and can't give no guarantees or support for it. The package is listed on the README.md of this project.

vexillia commented 4 years ago

Thanks deb worked fine. Wish I seen it earlier.