Updating to the latest version - VH-Lab/vhlab_vhtools GitHub Wiki

Basic User Up:

Basic users should follow these steps (Mac, Linux, Windows):

  1. On a command line, navigate to your [_Userpath_]/Documents/MATLAB folder. Then type bower update vhlab_vhtools --config.directory=tools (where Userpath is your pathname on your machine; could be C:\Users\myusername\Documents\MATLAB on a PC, or /Users/myusername/Documents/MATLAB on a Mac).

That's it.


Developer update:

  1. On a command line, navigate to your [_Userpath_]/Documents/MATLAB/tools folder. ([Userpath is your pathname on your machine; could be C:\Users\myusername\Documents\MATLAB on a PC, or /Users/myusername/Documents/MATLAB on a Mac).

  2. If you have a Mac or Unix/Linux machine, or if you run cygwin under Windows, you can simply run the following:

    vhlab_vhtools/updateallgithubdirs.sh

    (The first time you use this command, you may need to run chmod 700 vhlab_vhtools/updateallgithubdirs.sh to give yourself permission to run the function as an executable. If you receive "Permission denied", this is the fix.)

  3. If you have a PC and use DOS as the command line, run:

    vhlab_vhtools\updateallgithubdirs.bat