/switchboard-plug-parental-controls

Switchboard Parental Controls Plug

Primary LanguageValaGNU General Public License v3.0GPL-3.0

Switchboard Parental Controls Plug

Translation status

Building, Testing, and Installation

You'll need the following dependencies:

  • cmake
  • libaccountsservice-dev
  • libglib2.0-dev
  • libgranite-dev
  • libpolkit-gobject-1-dev
  • libswitchboard-2.0-dev
  • valac

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, then execute with switchboard

sudo make install
switchboard