sudo apt-get install gitNext step is to install all the required source and development packages.
sudo apt-get build-dep gammuNow you have to get the gammu sources from my github repository
git clone https://github.com/ka23/gammu.gitChange the directory to the newly created gammu folder and create a new build folder and change to it
cd gammu/Now cmake have to be executed
mkdir build
cd build
cmake ..This will take some time ... after everything have been created, you have to call make
makeNow You have to wait even longer... But after a successful compiler run gammu is available in the gammu folder
gammu/gammuTo test your freshly compiled gammu you have to provide a gammurc file "~/.gammurc" which looks like this in my case:
[gammu]
device = /dev/ttyUSB0
connection = fbus
After this you can call
gammu/gammu --identify
Keine Kommentare:
Kommentar veröffentlichen