Commit Graph

52 Commits

Author SHA1 Message Date
Eddie Cai
fd2aa7070a Makefile: fix build error when use preinstalled libusb and libudev
most people don't want to build other when build this simple rkdeveloptool. so
we should use preinstalled libusb and libudev by default.

now we can install libusb and libudev with below command.
	sudo apt-get install libudev-dev libusb-1.0-0-dev
then make. you will get rkdevelop.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
2017-03-09 15:21:45 +08:00
liuyi
76af099afc rkDevelopTool: initial commit
Signed-off-by: liuyi <liuyi@rock-chips.com>
2017-03-07 16:12:52 +08:00