Commit Diff


commit - cb0fa8ae0edd0147b117807973182f8fd10da6e1
commit + b3c3ccdca6c2c876f67c4b596c020fbef36f30b1
blob - ab50349be3351ffd30e83cc9bba8e0c6c74bfcbb
blob + 040e9e1569113ac08792a810e108983fd4061880
--- README.md
+++ README.md
@@ -27,6 +27,11 @@ Then, to build:
 	$ make
 	# make install # eventually
 
+To compile the web control interface, amused-web, run:
+
+	$ make web
+	# make install-web # eventually
+
 The build can be customized by passing arguments to the configure
 script or by using a `configure.local` file; see `./configure -h`
 and [`configure.local.example`](configure.local.example) for more
@@ -34,7 +39,7 @@ information.
 
 For each library the `configure` script first tries to see if they're
 available without any extra flags, then tries again with some
-hard-coded flags (e.g. `-lflac` for flac) and finally resorts to
+hard-coded flags (e.g. `-lFLAC` for flac) and finally resorts to
 pkg-config if available.  pkg-config auto-detection can be disable by
 passing `PKG_CONFIG=false` (or the empty string)