Merge branch 'niko_devel' into 'master'

tweaks for dev setup

See merge request slam/basalt!8
This commit is contained in:
Vladyslav Usenko 2019-05-17 14:01:55 +00:00
commit 7a0dd6cb31
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@ On **Ubuntu 18.04** run the following commands to install clang-format-8
``` ```
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add - wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo sh -c 'echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" > /etc/apt/sources.list.d/llvm8.list' sudo sh -c 'echo "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" > /etc/apt/sources.list.d/llvm8.list'
sudo apt-get update
sudo apt-get install clang-format-8 sudo apt-get install clang-format-8
``` ```
@ -25,8 +26,7 @@ chmod +x qt-creator-opensource-linux-x86_64-4.9.0.run
On **MacOS** run: On **MacOS** run:
``` ```
wget https://download.qt.io/official_releases/qtcreator/4.9/4.9.0/qt-creator-opensource-mac-x86_64-4.9.0.dmg brew cask install qt-creator
open qt-creator-opensource-mac-x86_64-4.9.0.dmg
``` ```
After installation, go to `Help` -> `About plugins...` in the menu and enable Beautifier plugin (formats the code automatically on save): After installation, go to `Help` -> `About plugins...` in the menu and enable Beautifier plugin (formats the code automatically on save):