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:
Eddie Cai 2017-04-02 20:42:01 +08:00
parent 24ffa9195c
commit 7a9a9fd691

View File

@ -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