File: README

package info (click to toggle)
ofono-phonesim 2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,976 kB
  • sloc: cpp: 18,743; xml: 7,288; sh: 1,313; ansic: 245; makefile: 71
file content (20 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Phone Simulator for modem testing
*********************************

Copyright (C) 2008-2009  Intel Corporation. All rights reserved.


Compilation and installation
============================

In order to compile phone simulator you need following software packages:
	- GCC compiler
	- Qt5 libraries

To configure run:
	./configure --prefix=/usr

Configure automatically searches for all required components and packages.

To compile and install run:
	make && make install