diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-21 15:41:21 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-04-21 15:41:21 +0000 |
| commit | 034547c7549b6b29f6b15dcc8b8a07e5e4e69a4a (patch) | |
| tree | 0e28203f20b4fc8edeb031ba8b8aca51af84c319 | |
| parent | 6138a168537d9585445d2cee73324a200c344fb4 (diff) | |
| download | rockbox-034547c7549b6b29f6b15dcc8b8a07e5e4e69a4a.zip rockbox-034547c7549b6b29f6b15dcc8b8a07e5e4e69a4a.tar.gz rockbox-034547c7549b6b29f6b15dcc8b8a07e5e4e69a4a.tar.bz2 rockbox-034547c7549b6b29f6b15dcc8b8a07e5e4e69a4a.tar.xz | |
Update jz4740_tools README
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20770 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | utils/jz4740_tools/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/jz4740_tools/README b/utils/jz4740_tools/README index 75c0dc1..722bcc1 100644 --- a/utils/jz4740_tools/README +++ b/utils/jz4740_tools/README @@ -6,7 +6,8 @@ ******************************************************************************* To compile usbtools, you'll need jz_xloader (which can be get at -http://repo.or.cz/w/jz_xloader.git). +http://repo.or.cz/w/jz_xloader.git, do +"git clone git://repo.or.cz/jz_xloader.git ." for a clone in the current dir). When you're on Linux, just type "make linux" to compile all the utilities (make sure you have libusb-dev installed). |