aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2013-05-06 07:26:36 +0800
committerAndy Green <andy.green@linaro.org>2013-05-06 07:26:36 +0800
commit0b27ba9cb01680aec0b4fbc4e297d7597e54e829 (patch)
tree4ebf8c617ed42db02ca85a4d19e3483c06791890
parentaf38de180d30632d16b7c8b51f6e8add0dd084d2 (diff)
update README
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--README14
1 files 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 <andy.green@linaro.org>
+2013-05-06 Andy Green <andy.green@linaro.org>
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