Re: Anyone know of any free windows SMS apps
okay ...
i understand you have successfullly achieved step 1 and 2
now, let's dance
setup -qP smsclient
... nothing ... because smsclient is not listed in the cygwin depot
so next step is
3. get source code
4. unpack
5. configure
6. make
7. make install
---
step 3 get source code into /tmp/aa
find this
smsclient_2.0.8z-9.tar.gz
smsclient_2.0.8z-10.tar.gz
from
__https://launchpad.net/ubuntu/hardy/+source/smsclient/
or
/mirror/ubuntu/ubuntu/pool/universe/s/smsclient
just ****** it ...
mkdir -p /tmp/aa
cd /tmp/aa
step 4 unpack
tar zxvf smsclient_2.0.8z-9.tar.gz
cd smsclient-2.0.8z/
step 5 read the README
ls
vim README.1st
vim README
step 6 compile it
./configure
make
ls
find . -type f |grep sms
cd bin
ls -la
./sms_address --help
...
./sms_address [-l loglevel] [-L] [-d delimeter] name[,name]
step 7 read the README to configure your sms_client correctly
vim README.1st
vim README
okay ...
i understand you have successfullly achieved step 1 and 2
now, let's dance
setup -qP smsclient
... nothing ... because smsclient is not listed in the cygwin depot
so next step is
3. get source code
4. unpack
5. configure
6. make
7. make install
---
step 3 get source code into /tmp/aa
find this
smsclient_2.0.8z-9.tar.gz
smsclient_2.0.8z-10.tar.gz
from
__https://launchpad.net/ubuntu/hardy/+source/smsclient/
or
/mirror/ubuntu/ubuntu/pool/universe/s/smsclient
just ****** it ...
mkdir -p /tmp/aa
cd /tmp/aa
step 4 unpack
tar zxvf smsclient_2.0.8z-9.tar.gz
cd smsclient-2.0.8z/
step 5 read the README
ls
vim README.1st
vim README
step 6 compile it
./configure
make
ls
find . -type f |grep sms
cd bin
ls -la
./sms_address --help
...
./sms_address [-l loglevel] [-L] [-d delimeter] name[,name]
step 7 read the README to configure your sms_client correctly
vim README.1st
vim README
Comment