Skip to content

Instantly share code, notes, and snippets.

@mrbongiolo
Last active September 14, 2016 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrbongiolo/bc09c5bd22b8fd5b490d260866924e8a to your computer and use it in GitHub Desktop.
Save mrbongiolo/bc09c5bd22b8fd5b490d260866924e8a to your computer and use it in GitHub Desktop.
HOW TO build linux-steam-instegration on ElementaryOS Loki

for those noobs like me

git clone git@github.com:solus-project/linux-steam-integration.git
cd linux-steam-integration
./autogen.sh --with-real-steam-binary=/usr/games/steam --enable-frontend
sudo make
sudo checkinstall --pkgname=linux-steam-integration --pkgversion=0.2 --provides=linux-steam-integration

If getting problem with libtool, install it with: sudo apt install libtool.

If not having the right x86 libraries, install with: sudo apt install libappindicator3-1:i386 libgtk2.0-0:i386 libpulse0:i386 libxtst6:i386 libopenal1:i386 libsm6:i386 libice6:i386 libnss3:i386 libgconf-2-4:i386 libxss1:i386

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