Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcrume committed Apr 17, 2014
1 parent df2e7ee commit c6219de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
TailPlot
--
Plots a file, displaying new data as it is generated (analogous to 'tail -f')

Building
--
1. Clone [patched version of MCT from GitHub](https://github.com/adamcrume/mct.git)
2. In `mct/Plotter` folder, run `mvn install`
3. In `TailPlot` folder, run `mvn compile assembly:single`
4. Output is `TailPlot/target/tailplot-1.0.0-jar-with-dependencies.jar`

Running
--
Run as `java -Dsun.java2d.opengl=true -jar target/tailplot-1.0.0-jar-with-dependencies.jar`.
Run with `--help` for usage instructions.

0 comments on commit c6219de

Please sign in to comment.