add asdf configs

This commit is contained in:
Jeff Becker 2021-06-21 11:10:46 -04:00
parent b5ca26ccec
commit 89470ed003
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 7 additions and 1 deletions

2
.tool-versions Normal file
View File

@ -0,0 +1,2 @@
flutter 2.2.1
cmake 3.20.4

View File

@ -13,10 +13,14 @@ build requirements:
* git
* autotools
install flutter:
install flutter with snap:
$ sudo snap install flutter --classic
or with [asdf](https://github.com/asdf-vm/asdf):
$ asdf install
a one liner to install everything else:
$ sudo apt install make automake libtool pkg-config cmake git