Index: samples/slider/README |
diff --git a/samples/slider/README b/samples/slider/README |
deleted file mode 100644 |
index d8bd45fd135cd4273cfaa41d3190fa673f5e267d..0000000000000000000000000000000000000000 |
--- a/samples/slider/README |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-for details. All rights reserved. Use of this source code is governed by a |
-BSD-style license that can be found in the LICENSE file. |
- |
-Very simple sample app showing use of the [SliderMenu] view. |
- |
-Building and running: |
- |
-1. go to the top-level directory of the project: |
- $ cd dart/ |
- |
-2. build the dartc compiler: |
- $ ./tools/build.py --arch=ia32 |
- |
-3. either compile the Dart code to JavaScript, or load the code directly into |
- Dartium: |
- |
- - to compile the code: |
- $(DART_SDK)/bin/dart2js --out=slide_sample.dart.js slide_sample.dart |
- |
-4. open the generated file in a browser (either Dartium, Chrome, or another |
- supported browser): |
- $ google-chrome slide_sample.html |