httpd wip
[openocd.git] / src / server / httpd / readme.txt
blob960c0fe13e46d12f1917df82615a7be0ee899377
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
13 2. libmicrohttpd is a bit tricky to build under Cygwin:\r
15 https://gnunet.org/mantis/view.php?id=1440\r
17 3. To test:\r
19 ../openocd/configure --enable-httpd --enable-dummy  --enable-ioutil\r
20 make\r
21 make install\r
22 openocd  -f httpd/httpd.tcl -c "interface dummy" -f target/at91eb40a.cfg\r
24 4. Point browser to: http://localhost:8888\r