-
Notifications
You must be signed in to change notification settings - Fork 12
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.
- Make sure $THEOS is set up correctly.
- type
echo $THEOSin a command line. If it's not pointing to your theos directory, run this:cd ~ && nano .profileand then putexport THEOS=/opt/theosin that file.
- Run
make. If all goes well it should build successfully. - Run
make package install THEOS_DEVICE_IP=<ip>to install on your local iDevice. - Run
./installto install on your local computer for use with THEOS. - Install the NIC template. This can be done by
cding into the NICTemplate directory and running./build_nic - You are now set up to use SettingsKit in your projects!