Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

build instructions for Linux #5

Open
rgetz opened this issue Sep 5, 2016 · 1 comment
Open

build instructions for Linux #5

rgetz opened this issue Sep 5, 2016 · 1 comment

Comments

@rgetz
Copy link

rgetz commented Sep 5, 2016

Currently read:

mkdir build
cd build
make

should be:

mkdir build
cd build
cmake ..

Thanks
-Robin

@doom-fr
Copy link

doom-fr commented Apr 13, 2018

should be :

sudo apt-get install dfu-util git cmake

cd /tmp
git clone https://github.com/kiibohd/kii-dfu.git

cd kii-dfu
mkdir build
cd build
cmake ..
make

2 lines after depends of your system and dfu-util installation, here is for debian

mv kii-dfu /usr/local/bin
sudo ln -s /usr/bin/dfu-util /usr/local/bin/

clean

cd ../..
rm -rf kii-dfu

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants