GithubHelp home page GithubHelp logo

luisf-rodriguezmtz / touchegg-gce Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raffarti/touchegg-gce

0.0 1.0 0.0 339 KB

A graphical user interface for touchégg

License: GNU General Public License v3.0

C++ 98.01% QMake 1.99%

touchegg-gce's Introduction

/**
 *Please note that this is not Touchégg nor Touchégg-gui,
 *which author is José Expósito <[email protected]>.
 *This is a gui interface to edit Touchégg configuration file
 *alternative to Touchégg-gui.
 *
 *@author Raffaele Pertile <[email protected]>
 */
 
Dependencies:
sudo apt-get install build-essential libqt4-dev libx11-6 libx11-dev

_________________________________________________________________________________________________
BUILD & INSTALLATION:

Build and install in /usr/local (default prefix):

    mkdir build && cd build
    qmake ..
    make && make install

Build and install in user's home:

    mkdir build && cd build
    qmake PREFIX=~/.local ..
    make && make install


=================================================================================================
ADVANCED HELP
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

_________________________________________________________________________________________________
To customize installation directories use:

    qmake VARIABLE=value

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
variables and defaults:
    PREFIX=/usr/local
    BIN_PATH=$$PREFIX/bin
    CONFIG_PATH=$$PREFIX/etc
    SLIB_PATH=$$PREFIX/share
    ICONS_PATH=$$SLIB/icons
    TLIB_PATH=$$SLIB_PATH/touchegg-gce
    DICTS_PATH=$$TLIB_PATH/Dictionaries

NOTE:
relative paths will be refered to .pro file location.

_________________________________________________________________________________________________
To customize installation use:

    qmake INSTALLS="part1 part2 ..." (e.g. qmake INSTALLS="target translations")

or
    qmake SKIP="part1 part2 ..." (e.g. qmake SKIP="icons desktop")
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
parts list:
    target          executable file
    translations    translation files
    default_config  default configuration for touchégg
    conf            default configuration file
    desktop         .desktop file (application shortcut)
    icons           icons files

_________________________________________________________________________________________________
To create an executable with compressed resources use
    qmake standalone=y; make

touchegg-gce's People

Contributors

davidosomething avatar fuelflo avatar mhoeher avatar mintymac avatar raffarti avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.