Note: this repository is designed to help you contribute to the Swift project itself. If you just want to develop in Swift, use Apple's snapshots.
This repository provides a Vagrantfile
which will automatically provision and configure an Ubuntu 14.04 Swift development environment.
It will:
- Install an Ubuntu 14.04 virtual machine
- Install development prerequisites
- Clone the latest Swift source code from GitHub
- Clone all dependent source repositories
$ git clone https://github.com/IBM-Swift/vagrant-ubuntu-swift-dev.git
$ cd vagrant-ubuntu-swift-dev
$ vagrant up
Once your VM has been provisioned, you can connect to it using the vagrant ssh
command.
See Building Swift.