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
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.
The source code for Qlift will need to be pulled into the system at /usr/local/
. To accomplish this, do the following:
- Give
staff
access by runningsudo chown -R root:staff /usr/local/
. - Add yourself to the
staff
group by runningsudo usermod -a -G staff <userName>
, where is your username. Reboot the system for changes to take effect. - Finally, run
sudo chmod -R g+w /usr/local/
to givestaff
access to write files. You may need to reboot here as well. - 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.
- Download Qlift by running the command
git clone https://www.github.com/longhanks/qlift-c-api
in theusr/local/src/
folder. - Install Qlift by running
cmake -DCMAKE_INSTALL_PREFIX=/usr
, followed bymake; sudo make install
.
Previously: ‹ Acquiring packages (manually) | Up next: Creating AliceKit apps ›
AliceKit (C) 2017 Artemis Project team Licensed under GNU GPL v3