Skip to content

Instantly share code, notes, and snippets.

@ubuntupunk
Created September 27, 2020 14:24
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 ubuntupunk/1bbd5d10ae6c590ce983b719752b527e to your computer and use it in GitHub Desktop.
Save ubuntupunk/1bbd5d10ae6c590ce983b719752b527e to your computer and use it in GitHub Desktop.
compile binary on server with user directory as your install
export DESTDIR="$HOME/Software/LocalInstall" && make -j4 install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment