Skip to content

Building and installing SettingsKit

Elijah Frederickson edited this page Jun 18, 2014 · 1 revision

Building and installing SettingsKit should be an easy process. First step is to build it.

  1. Make sure $THEOS is set up correctly.
  • type echo $THEOS in a command line. If it's not pointing to your theos directory, run this: cd ~ && nano .profile and then put export THEOS=/opt/theos in that file.
  1. Run make. If all goes well it should build successfully.
  2. Run make package install THEOS_DEVICE_IP=<ip> to install on your local iDevice.
  3. Run ./install to install on your local computer for use with THEOS.
  4. Install the NIC template. This can be done by cding into the NICTemplate directory and running ./build_nic
  5. You are now set up to use SettingsKit in your projects!
Clone this wiki locally