Skip to content

Commit

Permalink
restyle README
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravo27 committed Jul 29, 2014
1 parent 1fb3488 commit b3c62fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ If you want to install a version of the *Stock-List Demo* in your local Lightstr

To build your own version of `LS_StockListDemo_DataAdapter.jar` and `LS_quote_feed_simulator.jar`, instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Weswit/Lightstreamer-example-Stocklist-adapter-java#install) section above, follow these steps.
* Download this project.
* Get the `ls-adapter-interface.jar` and `log4j-1.2.15.jar` files from the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory.
* Create the jars (https://github.com/Weswit/Lightstreamer-example-StockList-adapter-java#clients-using-this-adapter)created by something like these commands
* Get the `ls-adapter-interface.jar` file from the `/lib` folder of the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory of this project.
* Get the `log4j-1.2.15.jar` file form the `/shared/lib` folder of the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory of this project.
* Create the jars `LS_StockListDemo_DataAdapter.jar` and `LS_quote_feed_simulator.jar` with commands like these:
```sh
>javac -source 1.7 -target 1.7 -nowarn -g -classpath lib/log4j-1.2.15.jar -sourcepath src/src_feed -d tmp_classes src/src_feed/portfolio_demo/feed_simulator/ExternalFeedSimulator.java

Expand Down

0 comments on commit b3c62fc

Please sign in to comment.