]> git.sur5r.net Git - openocd/blob - src/server/httpd/readme.txt
httpd wip
[openocd] / src / server / httpd / readme.txt
1 work in progress... stay tuned....\r
2 \r
3 \r
4 1. To build .tcl pages. This will convert menu.xml and menu.xsl into\r
5 lots of .html pages w/embedded tcl, which are then inverted into\r
6 tcl with embedded html.\r
7 \r
8 sh build.sh\r
9 \r
10 xalan.jar can be gotten from apache.org. \r
11 \r
12 \r
13 2. libmicrohttpd is a bit tricky to build under Cygwin:\r
14 \r
15 https://gnunet.org/mantis/view.php?id=1440\r
16 \r
17 3. To test:\r
18 \r
19 ../openocd/configure --enable-httpd --enable-dummy  --enable-ioutil\r
20 make\r
21 make install\r
22 openocd -c "interface dummy" -f target/at91eb40a.cfg\r
23 \r
24 4. Point browser to: http://localhost:8888\r