elementary / wingpanel-indicator-ayatana

Wingpanel Ayatana-Compatibility Indicator
GNU Lesser General Public License v2.1
11 stars 32 forks source link
ayatana wingpanel

Wingpanel Ayatana-Compatibility Indicator

l10n

Building and Installation

You'll need the following dependencies:

It's recommended to create a clean build environment

mkdir build
cd build/

Run cmake to configure the build environment and then make to build

cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

To install, use make install

sudo make install