summaryrefslogtreecommitdiff
path: root/utils/tcctool/README
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tcctool/README')
-rw-r--r--utils/tcctool/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/utils/tcctool/README b/utils/tcctool/README
index c2fa8a0fb9..2031f6fdb9 100644
--- a/utils/tcctool/README
+++ b/utils/tcctool/README
@@ -27,3 +27,30 @@ A first test when using tcctool on a new device can be to upload the
27original firmware. If you do this, make sure you upload the same 27original firmware. If you do this, make sure you upload the same
28version that is installed on your player - otherwise you may find 28version that is installed on your player - otherwise you may find
29yourself with corrupted config files and music database. 29yourself with corrupted config files and music database.
30
31
32Building for Windows
33--------------------
34
351) Download libusb-win32-device-bin-0.1.12.1.tar.gz from:
36
37http://sourceforge.net/project/showfiles.php?group_id=78138
38
392) Extract libusb-win32-device-bin-0.1.12.1.tar.gz in the tcctool
40source directory.
41
423) Type "make tcctool.exe" to compile.
43
444) Copy the following four files from libusb-win32-device-bin-0.1.12.1/bin
45to tcctool-driver-win32/
46
47libusb0.dll
48libusb0.sys
49libusb0_x64.dll
50libusb0_x64.sys
51
525) Create the tcctool-win32.zip file from the directory above tcctool as follows:
53
54zip tcctool-win32.zip tcctool/tcctool.exe tcctool/tcctool-windows.txt tcctool/tcctool-driver/win32/*
55
566) See tcctool/tcctool-windows.txt for Windows usage instructions.