fsogsmd: modem_cinterion_ps8: more complete command sequences
[cornucopiafso.git] / README
blob7430950011f7e42e4a77d7e47f83b8997bc042fa
1 This is the Vala/C reference implementation of the freesmartphone.org APIs,
2 codename 'Cornucopia'.
4 Please see http://wiki.freesmartphone.org/index.php/Cornucopia
6 === The Cornucopia Libraries ===
8 The Cornucopia libraries contain utility functions for freesmartphone.org API implementors.
10 Paradigm: Test Driven Development
12 Indentation: -bad -bap -bbb -bl -bli0 -bs -cbi4 -cli4 -i4 -l100 -lp
13              -nbbo -nbc -ncs -npcs -npsl -nut
14              -pi0 -prs-saf -sai -saw -sbi4 -st
16 Note: Some of this code may need several Vala patches that have not been integrated into
17 an upstream Vala release yet. For this, we provide intermediate git snapshot tarballs at
18 available from http://www.freesmartphone.org/sources.
20 Build Order:
22 0. specs (external repository)
23 1. libfsobasics
24 2. libfsotransport
25 3. libfsoframework
26 4. libgsm0710 (external repository)
27 5. libgsm0710mux
28 6. libfso-glib (external repository)
29 7. libfsoresource
31 NOTE: Although there is a top-level Makefile present, you rather want to build the individual
32 projects. The top-level Makefile is just a convenience for me :) [Patches to make a full
33 recursive autotools project out of it appreciated...]