HƯỚNG DẪN CÀI ĐẶT SWIFT 3.0 TRÊN WIN 10
1. Bật chế độ Ubuntu Bash Shell trên windows 10
- Step1 - Bật chế độ Developer
- Vào Settings -> Update & Security -> For developers . Bật chế độ Developer Mode
- Step2 - Bật chế độ Windows Subsystem cho Linux
- Vào Control Panel -> Programs and Features -> Turn Windows Features On or Off . Bật chế độ Windows Subsystem for Linux (Beta)
- Step3 - Download Bash trên Ubuntu cho Windows
- Trước khi restart máy , click chọn Start button , gõ "bash"
- Lệnh "bash" sẽ tự động download Bash on Ubuntu on Windows . Chúng ta tạo username và password để sử dụng trong môi trường Bash này
- Sau khi download Bash thành công
2. Install required dependencies:
- Cài đặt clang libicu-dev , "apt-get install clang libicu-dev"
- Ở đây phải chuyển qua quyền root để install , với câu lệnh "sudo -su"
- Cài đặt thành công
3. Download the latest swift binary release
- Download version cuối của Swift binary cho Ubuntu 14.04 ở đây
- Tạo folder với name là Swift trong ổ C
- Copy Swift binary vừa down về vào thư mục Swift
- Gõ lệnh chuyển sang thư mục Swift "cd /mnt/c/Swift"
4. Cài đặt Swift (phần chính)
- gõ lệnh "tar -zxvf swift-X.X.X-RELEASE-ubuntuX.X.tar.gz" . lệnh trên dùng để giải nén thư mục và cài đặt Swift
- Sau khi cài đặt thành công
5. Change directory to swift compiler bin
- cd "swift-X.X.X-RELEASE-ubuntuX.X/usr/bin" . Ở trong thư mục bin là nơi tạo file swift code và compiler
6. Viết chương trình "Hello World" Swift đầu tiên trên Windows10
7. Compile và Run
- Compile file helloworld.swift "./swiftc helloworld.swift"
- Run "./helloworld"
0 nhận xét:
Post a Comment