Update README.md

This commit is contained in:
Michael Tüxen 2016-09-16 23:54:43 +02:00 committed by GitHub
parent 00435d466a
commit c5ceb10941
1 changed files with 3 additions and 0 deletions

View File

@ -13,12 +13,15 @@ Please see [README](https://github.com/nplab/guile-sctp/blob/master/README.md#in
For downloading the tool and the tests run For downloading the tool and the tests run
``` ```
git clone https://github.com/nplab/m3ua-testtool.git git clone https://github.com/nplab/m3ua-testtool.git
cd m3ua-testtool
``` ```
Then run Then run
``` ```
cc -o runm3uatest runm3uatest.c cc -o runm3uatest runm3uatest.c
sudo cp runm3uatest /usr/bin sudo cp runm3uatest /usr/bin
``` ```
to compile and install the `runm3uatest` tool.
Finally change the line in `dotguile` Finally change the line in `dotguile`
``` ```
(define dir "/Users/tuexen/Documents/m3ua-testtool/") (define dir "/Users/tuexen/Documents/m3ua-testtool/")