Skip to content

Instantly share code, notes, and snippets.

@bryanlimy
Last active January 22, 2020 04:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bryanlimy/4ca2d6af98e5587957264006a9de9d70 to your computer and use it in GitHub Desktop.
Save bryanlimy/4ca2d6af98e5587957264006a9de9d70 to your computer and use it in GitHub Desktop.
Build Radeontop

1. Edit sources.list

  • sudo vim /etc/apt/sources.list
  • Uncomment all deb-src

2. Update and build-dep

  • sudo apt-get update
  • sudo apt-get build-dep radeontop

3. Install dependencies

  • sudo apt-get install libxcb-dri2-0-dev

3. Download and install Radeontop

  • git clone https://github.com/clbr/radeontop && cd radeontop
  • make
  • sudo make install
@jskrable
Copy link

thank you thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment