Sha256: c6a5070602ec7f0e629042b52d46c328bcbed9785b44198cda196cdca290ad14

Contents?: true

Size: 624 Bytes

Versions: 6

Compression:

Stored size: 624 Bytes

Contents

#!/bin/sh

sudo apt update && \
	sudo apt install ruby-dev ruby clang-format valgrind build-essential graphviz && \
	sudo gem install rouge puppeteer-ruby
exit 0

#sudo apt update && \
#	sudo dnf install ruby-dev ruby clang-format valgrind build-essential graphviz && \
#	sudo gem install rouge puppeteer-ruby

#If you want to run all the different scripts in this repository,
#you just need these


#ruby-dev ruby clang-format valgrind build-essential graphviz

#and gem intall rouge puppeteer-ruby

#and nothing else

#Of course, some scripts don't need all of these, but if you
# install these it makes for easy testing.

Version data entries

6 entries across 3 versions & 2 rubygems

Version Path
foundational_lib-1.0.1 ./tests/deps_for_testing.sh
foundational_lib-1.0.1 ./tools/deps_for_testing.sh
foundational_lib2-1.0 ./tests/deps_for_testing.sh
foundational_lib2-1.0 ./tools/deps_for_testing.sh
foundational_lib-1.0 ./tests/deps_for_testing.sh
foundational_lib-1.0 ./tools/deps_for_testing.sh