This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Acquire Packages Manually
Marquis Kurt edited this page Jul 29, 2017
·
2 revisions
This article will help you get the required packages to install AliceKit onto your system.
We recommend starting with a clean install of Ubuntu; this will help avoid errors and breaking in packages.
- Install all of the required apt packages by running
sudo apt install clang cmake git qtbase5-dev
into the Terminal. - Download the Swift binary for Ubuntu by heading to Swift's download page and extract the downloaded tar.gz file.
- You'll need to copy the usr directory to the file system's usr directory; this will require superuser permissions. (You're merging the two folders together to install Swift systemwide).
- To confirm that Swift has been installed correctly, run
swift --version
into the terminal.
Up next: Install Qlift Systemwide ›
AliceKit (C) 2017 Artemis Project team Licensed under GNU GPL v3