-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
Installation tutorial of libpointing
You can install libpointing easily using Homebrew or MacPorts.
Simply run the following in the terminal:
brew install libpointing
Or with MacPorts (not up to date):
sudo port install libpointing
To compile a project using libpointing simply link the library and the include directory:
-lpointing -L/usr/local/lib
In addition, you can find the latest release on Github releases. Download the latest version and run make && make install
.
Install Chocolatey and then run choco install libpointing
All files will be installed in C:/Program Files/libpointing
Please find compiled libs
here.
To use libpointing you will need to link hid.lib
(installed with Windows Driver Kit) and setupapi.lib
.
Note, if you are using QtCreator, deselect Shadow build to avoid linking problems.
- Add the line
deb http://inria.github.io/libpointing/distrib debian/
to the/etc/apt/sources.list
- Run
apt-get update
- Run
apt-get install libpointing
- Once libpointing is installed, you can directly use it by adding -lpointing flag.
In addition, you can download and install the latest release on Github releases.
This repo also includes example applications, bindings, etc and transfer functions built with Echomouse.
Qmake is used as a building tool. Run qmake
and make
in the root directory to compile all.
Compile all.pro
or open pointing/pointing.vcxproj
to build without qmake.
Note, if you are using QtCreator, deselect Shadow build to avoid linking problems.
Visit this page.
Copyright © 2016, INRIA Lille, Mjolnir.