Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 446 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 446 Bytes

SwiftAndroid-Toolchain

This Vagrant config is inspired by SwiftAndroid-Vagrant by Safx

Usage

git clone https://github.com/safx/SwiftAndroid-Vagrant.git
cd SwiftAndroid-Toolchain
vagrant up  # wait for up to a few hours for swift to build
# Hopefully the process ends with a 'hello world' being successfully built
ls SwiftAndroid.tar.gz # Swift toolchain tar.gz
vagrant halt