From 4ee80a8e323bcd216cdbc0cd894350000ea53104 Mon Sep 17 00:00:00 2001 From: Saeid Bazazzadeh Date: Fri, 30 Nov 2018 12:42:23 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6a985e..1ccdecd 100644 --- a/README.md +++ b/README.md @@ -52,21 +52,21 @@ Building the **uldaq** package requires C/C++ compilers, make tool, and the deve ``` sh Linux -     $ wget https://github.com/sbazaz/uldaq/releases/download/v1.0.0/libuldaq-1.0.0.tar.bz2 +     $ wget https://github.com/sbazaz/uldaq/releases/download/v1.1.0/libuldaq-1.1.0.tar.bz2 MacOS -     $ curl -L -O https://github.com/sbazaz/uldaq/releases/download/v1.0.0/libuldaq-1.0.0.tar.bz2 +     $ curl -L -O https://github.com/sbazaz/uldaq/releases/download/v1.1.0/libuldaq-1.1.0.tar.bz2 ``` 2. Extract the tar file: ``` sh -  $ tar -xvjf libuldaq-1.0.0.tar.bz2 +  $ tar -xvjf libuldaq-1.1.0.tar.bz2 ``` 3. Run the following commands to build and install the library: ``` sh -  $ cd libuldaq-1.0.0 +  $ cd libuldaq-1.1.0  $ ./configure && make $ sudo make install ```