Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbazaz authored Mar 4, 2019
1 parent e2e5cc7 commit 96bcbee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,21 +48,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.1.0/libuldaq-1.1.0.tar.bz2
    $ wget https://github.com/sbazaz/uldaq/releases/download/v1.1.1-beta.8_c/libuldaq-1.1.1-b8.tar.bz2
MacOS
    $ curl -L -O https://github.com/sbazaz/uldaq/releases/download/v1.1.0/libuldaq-1.1.0.tar.bz2
    $ curl -L -O https://github.com/sbazaz/uldaq/releases/download/v1.1.1-beta.8_c/libuldaq-1.1.1-b8.tar.bz2
```
2. Extract the tar file:

``` sh
 $ tar -xvjf libuldaq-1.1.0.tar.bz2
 $ tar -xvjf libuldaq-1.1.1-b8.tar.bz2
```

3. Run the following commands to build and install the library:

``` sh
 $ cd libuldaq-1.1.0
 $ cd libuldaq-1.1.1-b8
 $ ./configure && make
$ sudo make install
```
Expand Down

0 comments on commit 96bcbee

Please sign in to comment.