Pages

Wednesday, November 24, 2010

Installing Gammu from source on Linux

In this example, i use gammu-1.28.0.tar.gz on Ubuntu.
  1. Install 3rd party services module. For mysql, install libmysqlclient15-dev.
  2. extract gammu.tar.gz to /opt/src/gammu and goto this folder
  3. mkdir build, and cd build
  4. cmake .. -DWITH_NOKIA_SUPPORT=OFF -DWITH_BLUETOOTH=OFF -DWITH_IRDA=OFF 
  5. make
  6. make install
note:
gammu is here

    No comments:

    Post a Comment