~ubuntu-branches/debian/jessie/smstools/jessie

« back to all changes in this revision

Viewing changes to doc/windows.html

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-06-21 10:19:52 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621101952-pz5h5zctan8vumbi
Tags: 3.1.10-0.1
* Non-maintainer upload, as requested by maintainer
* New Upstream version (Closes: #586643)
* Bump Standards to 3.8.4, no changes needed
* Define source format 1.0 in debian/source/format
* Add $remote_fs as dependency for Required-Start and Required-Stop in the
  init script, removed $local_fs, which is implicit

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
<p>
65
65
Open the <b>Devel</b> list and select <b>gcc</b> and <b>make</b> by clicking one time on them. 
66
66
If you want to use statusmonitor feature, a <b>gcc-g++</b> package is also needed.
 
67
After the version 3.2, <b>libiconv</b> is also needed if iconv is used. It's used by default.
67
68
Then click on <b>Next</b> until you can see the progress bar. 
68
69
The default settings are Ok.
69
70
</p>
79
80
Enter the following commands:
80
81
</p>
81
82
<p>
82
 
tar -xzf smstools*.tar.gz<br>
83
 
cd smstools<br>
 
83
cd /usr/src<br>
 
84
tar -xzf smstools3*<br>
 
85
cd smstools3<br>
84
86
make<br>
85
87
make install<br>
86
88
</p>