fix compile notes in the readme.txt

Signed-off-by: liuyi <liuyi@rock-chips.com>
This commit is contained in:
liuyi 2020-10-26 09:05:22 +08:00
parent 1e890c4fcf
commit 9870459553

View File

@ -4,7 +4,10 @@ compile and install
1 install libusb and libudev 1 install libusb and libudev
sudo apt-get install libudev-dev libusb-1.0-0-dev dh-autoreconf sudo apt-get install libudev-dev libusb-1.0-0-dev dh-autoreconf
2 go into root of rkdeveloptool 2 go into root of rkdeveloptool
3 autoreconf -i 3.aclocal
4.autoreconf -i
5.autoheader
5.automake --add-missing
4 ./configure 4 ./configure
5 make 5 make