mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Jz4740 Tools:
* update Makefile * add README * update svn properties * fix small mistakes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17926 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ab498e547b
commit
6fd40a57b8
7 changed files with 138 additions and 17 deletions
36
utils/jz4740_tools/README
Normal file
36
utils/jz4740_tools/README
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
*******************************************************************************
|
||||
Jz4740 USB tools
|
||||
|
||||
Made by Maurus Cuelenaere for Rockbox
|
||||
Copyright (C) 2008
|
||||
*******************************************************************************
|
||||
|
||||
When you're on Linux, just type "make linux" to compile all the utilities (make
|
||||
sure you have libusb-dev installed).
|
||||
For cleaning: "make clean-linux"
|
||||
|
||||
When you're on Windows, install MingW32 and LibUSB-Win32 and edit "Makefile" to
|
||||
make sure "WIN_DRIVERS_LIBUSB_DIR" is set correctly.
|
||||
For cleaning: "make clean-win"
|
||||
|
||||
That's all!
|
||||
|
||||
|
||||
***************************************************************************
|
||||
* __________ __ ___.
|
||||
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
|
||||
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
|
||||
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
|
||||
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
|
||||
* \/ \/ \/ \/ \/
|
||||
* $Id$
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or (at your option) any later version.
|
||||
*
|
||||
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
||||
* KIND, either express or implied.
|
||||
*
|
||||
****************************************************************************
|
||||
Loading…
Add table
Add a link
Reference in a new issue