File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,27 @@ distribution, the name of the packages (if they are provided) may
4242differ from the ones given here. The reference commands are for Ubuntu.
4343``` bash
4444# Include libx11-dev if you wish to run the ambilight example
45- sudo apt-get install cmake libusb-dev
45+ sudo apt-get install cmake libusb-1.0.0- dev
4646cd Source/masterkeys-linux # Or wherever you have cloned the repo
47+ # Automatically also builds target ambilight
48+ # Exclude the examples in the CMakeLists.txt if you do not have libx11-dev
4749cmake .
4850make
4951sudo make install
5052
5153# For the Python library (system-wide install)
5254sudo python -m pip install scikit-build
5355sudo python setup.py install
56+
57+ # Or if you would rather install from PyPI
58+ sudo python -m pip install masterkeys
5459```
5560
61+ Wheels are not provided at this time because building ` manylinux ` wheels
62+ requires a different environment. It is considered as a possibility
63+ though. Until that time, it is possible to use the normal ` linux_x86_64 `
64+ wheels provided on the [ releases-page] ( https://github.com/RedFantom/masterkeys-linux/releases ) .
65+
5666## Contributing
5767Pull Requests and contributions in other forms (such as issue reports)
5868as well as tips or possible improvements are very welcome! As mentioned,
You can’t perform that action at this time.
0 commit comments