-
Notifications
You must be signed in to change notification settings - Fork 88
LIBRARIES
Chris Petersen edited this page Aug 6, 2013
·
2 revisions
The LIBRARIES file contains a list of C libraries to link into
the application. libgambc is REQUIRED for all applications.
Some libraries, such as libportaudio may not be available
on some platforms (Android and iOS in the case of portaudio).
Linking on these platforms can be excluded with an
exclamation mark separated postfix notation:
$ cat apps/uSquish/LIBRARIES
libgambc libportaudio!ios!android
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip