Versions Compared

Key

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

...

Code Block
sudo apt install ruby-full
ruby --version

Rake

Rake 12.3.3 is the latest Rake version supported by Ruby 2.0.0.

Code Block
gem install rake --user-install

...

This is file with build instruction. You will not have to nanoto modify it unless you stick to project structure. Just copy it's content and save as Makefile in <project_dir>/test directory.

...