Skip to content

4: Getting updates

bbercovici edited this page May 7, 2018 · 1 revision

Mac users

Assuming that SbgatCore was installed with Homebrew:

brew update
brew upgrade sbgat-core

If installed, after updating Homebrew, SbgatGui can be also upgraded:

brew upgrade sbgat-gui

Linux & Mac users

Check each of SBGAT's dependencies repository and SBGAT's repository itself for updates. Assuming that the current directory is the original Git local repository for the component you wish to update, run :

git pull
cd build
cmake ..
make
make install

to apply the update (if any).