From 0b27ba9cb01680aec0b4fbc4e297d7597e54e829 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Mon, 6 May 2013 07:26:36 +0800 Subject: update README Signed-off-by: Andy Green --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index 0134290..a8ac21b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ Building notes -2012-10-06 Andy Green +2013-05-06 Andy Green These sources are GPL2, you can find them here @@ -19,13 +19,14 @@ packages installed. To build the websockets-based daemon, you will need to build libwebsockets, built and installed on your box, which you can get from here -git clone git://git.warmcat.com/libwebsockets +git://git.libwebsockets.org/libwebsockets -It uses the same autotools based build approach. +It uses CMake, see README.build in that project for examples of how to +configure, build and install. -To initially configure the sources for your system, or if you change the -autotools-related content: +After building and installing libwebsocket, to initially configure arm-probe +sources for your system, or if you change the autotools-related content: - ./autogen.sh - ./configure @@ -53,4 +54,7 @@ from the top level. the code for this is very small since libarmep copes with the dirty business. +* aepd provides the realtime HTML5 web interface part, run aepd and open + a chrome browser window to http://localhost:15164 for a realtime scope- + type display -- cgit v1.2.3