Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralvarez authored Oct 14, 2016
1 parent e1a5183 commit 41c47f8
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 @@ -22,15 +22,16 @@ Install the dependencies. On Debian/Ubuntu-based systems:
$ sudo apt-get install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake opencl-headers
zlib1g-dev wget bsdmainutils automake opencl-headers \
mesa-common-dev
```

On Fedora-based systems:

```
$ sudo dnf install \
git pkgconfig automake autoconf ncurses-devel python wget \
gtest-devel gcc gcc-c++ libtool patch opencl-headers
gtest-devel gcc gcc-c++ libtool patch opencl-headers mesa-devel
```

Fetch our repository with git and run fetch-params.sh like so:
Expand Down

0 comments on commit 41c47f8

Please sign in to comment.