Last active
September 17, 2021 18:03
-
-
Save j-medland/b154152b7f195667f60d992fc7db82ae to your computer and use it in GitHub Desktop.
surf browser on NIRT Linux
This file contains 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
# shh as admin into the CRio and execute: | |
opkg update | |
opkg install pkgconfig gtk+-dev webkitgtk-dev | |
wget https://dl.suckless.org/surf/surf-2.0.tar.gz | |
tar -xvzf surf-2.0.tar.gz | |
cd surf-2.0 | |
make clean install | |
# then on the CRio | |
export DISPLAY:=0 | |
surf https://google.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment