Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cd ~/dev/software/

git pull
 
sudo git clean -xdf
 
./build_all.bash
  • If you ever run build_all.bash  as root , you might run into a lot of permission denied  errors. You need to delete all files and folders that were created and rerun as your usual user.
  • Info
    titleTroubleshooting
    • If you have problems during the building process, try starting over again with

    Code Block
    languagebash

    ...