Installing
-
2. Installing Dependencies
Next to Install Needed Packages.
sudo dnf install desktop-file-utils git gobject-introspection-devel gtk3-devel libappstream-glib libdazzle libnotify meson python3-cairocffi python3-devel python3-pip redhat-rpm-config
-
3. Installing GreenWithEnvy
Then to Install GreenWithEnvy App on openSUSE 15
First, Clone the Git Repository:cd && cd Downloads
git clone --recurse-submodules -j4 https://gitlab.com/leinardi/gwe.git
Change to the Target directory:
cd gwe
Check for Updates:
git checkout release
Next Install the required Python modules:
sudo pip3 install -r requirements.txt
And Finally, Built and Install it:
meson . build --prefix /usr
ninja -v -C build
sudo ninja -v -C build install
All the Setup is quite Quick and Straightforward…
Contents