added readme text

This commit is contained in:
Martchus 2015-07-31 22:21:39 +02:00
parent ed16865106
commit 10bc06ee2b
1 changed files with 5 additions and 11 deletions

View File

@ -1,12 +1,6 @@
# c++utilities
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.
# Blackwidow control
Python script to enable macro keys of BlackWidow keyboard under GNU/Linux
## Build instructions
Building the library is simple:
```
INSTALL_ROOT=/where/you/want/to/install qmake-qt5 "c++utilities.pro" -r -spec linux-g++
make && make install
```
As you can see, the qmake build system is used. However the library itself does *not* depend on Qt.
The repository PKGBUILDs (also on GitHub) contains files for building Arch Linux packages. A PKGBUILD file to build for Windows using the Mingw-w64 compiler is also included.
## Instructions
Pyusb is required to run the script.
The repository PKGBUILDs (also on my GitHub page) contains files for building an Arch Linux package.