mirror of
https://github.com/sharkcz/rkdeveloptool.git
synced 2024-11-22 14:06:47 +01:00
readme: add dh-autoreconf to build environment
as we are using autotools to build rkdevelop. we need to install dh-autoreconf when setting up build environment. Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
This commit is contained in:
parent
24ffa9195c
commit
7a9a9fd691
@ -2,7 +2,7 @@ rkdeveloptool gives you a simple way to read/write rockusb device.let's start.
|
||||
|
||||
compile and install
|
||||
1 install libusb and libudev
|
||||
sudo apt-get install libudev-dev libusb-1.0-0-dev
|
||||
sudo apt-get install libudev-dev libusb-1.0-0-dev dh-autoreconf
|
||||
2 go into root of rkdeveloptool
|
||||
3 autoreconf -i
|
||||
4 ./configure
|
||||
|
Loading…
Reference in New Issue
Block a user