Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ To compile install and test Swift under Linux     - Timeout control related to Python threads and a simple application (Programming)

- MySQL Installation Troubleshooting (Database)

- Oracle index visible and hidden (visible / invisible) (Database)

- CentOS 7.0 Enable iptables firewall (Linux)

- CentOS7 set boot directly into the command line interface (Linux)

- GNU / Linux system, how to clean up memory space (Linux)

- CentOS6.x and Windows XP and Windows Server 2003 Open IPv6 related matters (Linux)

- The Linux role of each directory contents (Linux)

- CentOS NAT iptables (Linux)

- How to enable fbcon in Debian (Linux)

- Oracle 11g maintenance partitions (eight) - Renaming Partitions (Database)

- Linux / Unix: chroot command examples to explain (Linux)

- Android project using the command to create and install the package (Programming)

- Redis-- persistence articles (Database)

- Use Observium to monitor your network and servers (Server)

- Bootable ISO image using GRUB (Linux)

- CentOS7 install NTFS-3G driver (Linux)

- Taught you how to install Ubuntu Linux (Linux)

- No password on Oracle and MySQL login (Database)

- Linux, modify / retrieve the root password (Linux)

 
         
  To compile install and test Swift under Linux
     
  Add Date : 2018-11-21      
         
         
         
  In early December 2015, Apple's new future-oriented open source programming language Swift! At the same time as a new object-oriented and process-oriented adaptation two programming paradigms statically compiled language, Swift in language design, tool chain sophistication, basic library implementation, the official drivers and developers are an enormous number of first mover advantage , Swift can be said that open source software development community worldwide sensational event.

Swift advantage of being not blow, it said the following points: The first step to participate in the open source Swift - compile, test Swift on Linux.

Groundwork for

Swift language open source project can be found at https://github.com/apple/swift. Ready.

Dependent libraries

Highly recommend the use of a fool of Ubuntu Linux as a desktop system, new software, update fast, most problems can be use sudo apt-get install to solve, very convenient, I am using the latest version 15.10.

Execute a command resolves all dependencies:

sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config
If you are using 14.04 LTS or earlier, refer to the README appropriate solutions.

Download Source

Download Source divided into two steps.

First, download Swift Source:

git clone https://github.com/apple/swift.git
The second step, download dependent project source code:

cd swift
./utils/update-checkout --clone
Note: Use HTTPS to faster here, if you want to contribute code, please fork next to your own user, not repeat them here.

Compile and test

Here begin the real exciting part of the test + compiler. Run the command:

utils / build-script -t
Jinghoujiayin

I use my weak station arranged 2.1 GHz mobile version of i3 CPU and 8G memory mini PC abruptly compiled 40 minutes, test it very fast within 20 minutes is over. As long as there is no final result Unexpected Failures, it shows that this compilation was successful!

Test outcomes

Run the command:

../build/Ninja-DebugAssert/swift-linux-x86_64/bin/swift -v
If you get the following results, then congratulations, Swift compiled successfully!

Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift 1f2908b4f7)
Target: x86_64-unknown-linux-gnu
Written in the last

Swift open source was very thorough, even on Ubuntu than MAC compile a more simple, use a set of Linux toolchain community, worthy of admiration!

Also, if you encounter similar clang: error: unable to execute command: Killed in error, do not think, is the memory of the explosion, maybe try a few times on the success.
     
         
         
         
  More:      
 
- Delete specific files using bash directory under Linux (Linux)
- Nginx Installation and Configuration (Server)
- MyEclipse configuration necessary (Linux)
- The Java Properties class action (Programming)
- Linux - EXT2 file system is described in detail (Linux)
- ARM Linux system call (Linux)
- Orabbix binding Python send graphical reports (Linux)
- Spring + MyBatis Multi data source switching (Database)
- CentOS and RHEL to install IPython 0.11 (Linux)
- When Linux Detailed time zone and common function of time (Linux)
- Manually create Oracle Database Explanations (Database)
- Multi-core CPU, multi-threading and parallel computation (Linux)
- Android thread mechanism --AsyncTask (Programming)
- Sniffer Linux Environment (Linux)
- Linux system security check method (Linux)
- Some security configuration of Linux systems (Linux)
- Practical top command (Linux)
- Getting the Linux shell variable test (Programming)
- Effect MongoDB plan cache (Database)
- Hadoop 2.7.1 installation configuration based on availability QJM (Server)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.