/usr/share/doc/ofono-phonesim/README is in ofono-phonesim 1.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
- Qt libraries
To configure run:
./configure --prefix=/usr
Configure automatically searches for all required components and packages.
To compile and install run:
make && make install
|