Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

Commit

Permalink
Update instructions for v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csete committed Jan 19, 2015
1 parent 9245334 commit 33e31ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions beaglebone/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ application.

Build and install rtlizer

$ wget https://github.com/csete/rtlizer/archive/v2.0.tar.gz -O rtlizer-2.0.tar.gz
$ tar xvf rtlizer-2.0.tar.gz
$ cd rtlizer-2.0
$ wget https://github.com/csete/rtlizer/archive/v2.1.tar.gz -O rtlizer-2.1.tar.gz
$ tar xvf rtlizer-2.1.tar.gz
$ cd rtlizer-2.1
$ make -C src

There should be no errors or warnings and there should be a binary
Expand Down
6 changes: 3 additions & 3 deletions raspberrypi/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Install the packages necessary to build and run rtlizer:

Download and build rtlizer:

$ wget https://github.com/csete/rtlizer/archive/v2.0.tar.gz -O rtlizer-2.0.tar.gz
$ tar xvf rtlizer-2.0.tar.gz
$ cd rtlizer-2.0
$ wget https://github.com/csete/rtlizer/archive/v2.1.tar.gz -O rtlizer-2.1.tar.gz
$ tar xvf rtlizer-2.1.tar.gz
$ cd rtlizer-2.1
$ make -C src
$ sudo cp src/rtlizer /usr/local/bin/

Expand Down

0 comments on commit 33e31ba

Please sign in to comment.