Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 416 Bytes

Tower of Babel

A collection of examples implemented in different languages.

Dependencies

Instructions in READMEs assume Fedora Linux. Make sure to adapt them for your OS.

For basic build dependencies:

# dnf groupinstall "Development Tools"
# dnf install meson

Running

HelloWorld/<language>/README.md contains dependencies and instructions for how to build & run any example for that language.