Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. sudo apt-get install \
  2. > git libsdl2-dev libsdl2-gfx-dev libsdl2-mixer-dev libsdl2-ttf-dev \
  3. > libsdl2-net-dev libsdl2-image-dev libncurses-dev libpng-dev \
  4. > libcurl4-openssl-dev libbz2-dev libflac-dev libvorbis-dev libmikmod-dev \
  5. > libwebp-dev libfreetype6-dev cmake libgconf-2.0 clang
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. Note, selecting 'libncurses5-dev' instead of 'libncurses-dev'
  10. E: Unable to locate package libgconf-2.0
  11. E: Couldn't find any package by glob 'libgconf-2.0'
  12. E: Couldn't find any package by regex 'libgconf-2.0'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement