Last active
May 8, 2018 15:48
-
-
Save thiagoeh/70760cf84dc86f2bcef3b21bfca74cf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt-get update | |
| # Download utility | |
| apt-get install --yes --no-install-recommends curl ca-certificates | |
| # Build tools | |
| apt-get install --yes --no-install-recommends make pkg-config gcc | |
| # Libraries | |
| apt-get install --yes --no-install-recommends libwebkit2gtk-4.0-dev | |
| https://dl.suckless.org/surf/surf-2.0.tar.gz | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment