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