Added dongle VSLLINK - from Simon Qian
[fw/openocd] / testing / build.test1 / README.TXT
1 -- Duane Ellis'es test case for building numerous openocd configurations...\r
2 Dec 26,2008\r
3 ---------------------------------------------------------------------------\r
4 \r
5 1)      Make a directory some where..\r
6 \r
7         mkdir ~/test\r
8 \r
9 2)      Change to that directory\r
10 \r
11         cd  ~/test\r
12 \r
13 3)      Checkout OpenOCD in that directory.\r
14 \r
15         cd ~/test\r
16         svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd\r
17 \r
18 4)      Copy the "build.test1" directory to the "~/work" directory.\r
19 \r
20 \r
21         cd ~/test\r
22         cp ~/openocd/testing/build.test1/.  ~/test/.\r
23 \r
24 5)      If needed, download various components.\r
25 \r
26         cd ~/work\r
27         make all.download\r
28 \r
29 \r
30 6)      For Linux - type: \r
31 \r
32         cd ~/work\r
33         make linux.buildtest\r
34 \r
35 7)      For Cygwin - type:\r
36 \r
37         cd ~/work\r
38         make cygwin.buildtest\r
39 \r