Skip to content

Instantly share code, notes, and snippets.

@j-medland
Last active September 17, 2021 18:03
Show Gist options
  • Save j-medland/b154152b7f195667f60d992fc7db82ae to your computer and use it in GitHub Desktop.
Save j-medland/b154152b7f195667f60d992fc7db82ae to your computer and use it in GitHub Desktop.
surf browser on NIRT Linux
# 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