Skip to content

R2D2-2018/Build-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R2D2 Build Environment Repository

Cloning

git clone https://github.com/R2D2-2018/Build-environment --recursive

--recursive is required to install the required submodules

Dependencies

Essential:

  • arm-none-eabi-gcc 5.4.0
  • gcc 5.4.0
  • CMake version 3.5.1

Non-essential:

  • Valgrind-3.11.0 Used for detecting memory leaks, Linux only.
  • Python 2.7.12 Used by Lizard.
  • Lizard version 1.14.10 Used for calculating code complexity metrics.

Linux package install commands:

sudo apt install g++
sudo apt install cmake
sudo apt install valgrind
sudo apt install python2.7
sudo pip2 install lizard

Non-essential dependencies are normally only run during testing. Tests are run by the continuous integration, but it could be helpful to be able to run them offline.

Actual dependency version numbers may vary as long as the CLI interface and behavior match

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages