Skip to content

Instantly share code, notes, and snippets.

View leonardsangoroh's full-sized avatar

Leonard Sangoroh leonardsangoroh

View GitHub Profile
@Jswizzy
Jswizzy / InstallingSwift.md
Last active May 26, 2024 00:41
Swift Install Instruction 20.04

Installing Swift on Ubuntu 20.04

1. Install Depencies

“clang”[ˈklæŋ] is the compiler based on LLVM for C, C++, Objective-C, and Objective-C++. clang is needed to install in order to Swift. Run the following code in Ubuntu terminal.

Before installing swift “libpython2.7” and “libpython2.7-dev” are needed to get Swift running. Run the following code.