Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Install Qlift Systemwide

Marquis Kurt edited this page Jul 29, 2017 · 1 revision

This article will help you install the Qlift APIs onto your system systemwide. This article assumes that you have followed the instructions for acquiring Swift and the other required tools.

Setting User Permissions

The source code for Qlift will need to be pulled into the system at /usr/local/. To accomplish this, do the following:

  1. Give staff access by running sudo chown -R root:staff /usr/local/.
  2. Add yourself to the staff group by running sudo usermod -a -G staff <userName>, where is your username. Reboot the system for changes to take effect.
  3. Finally, run sudo chmod -R g+w /usr/local/ to give staff access to write files. You may need to reboot here as well.
  4. To test, go into the directory and run touch goatfile. If done properly, you should be able to create a goat file without needing root permissions.

Installing Qlift

  1. Download Qlift by running the command git clone https://www.github.com/longhanks/qlift-c-api in the usr/local/src/ folder.
  2. Install Qlift by running cmake -DCMAKE_INSTALL_PREFIX=/usr, followed by make; sudo make install.

Previously: ‹ Acquiring packages (manually) | Up next: Creating AliceKit apps ›

AliceKit AliceKit currently works on Swift 3.1.1 and uses Qlift (and API) 0.0.37.

Update Notice

Qlift has been updated to 0.0.37, update your packages now and reinstall Qlift!

Clone this wiki locally