diff options
Diffstat (limited to 'doc/html/motif-walkthrough.html')
-rw-r--r-- | doc/html/motif-walkthrough.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/motif-walkthrough.html b/doc/html/motif-walkthrough.html index 6ec13d12c..b0add895c 100644 --- a/doc/html/motif-walkthrough.html +++ b/doc/html/motif-walkthrough.html @@ -38,7 +38,7 @@ body { background: #ffffff; color: black; } to the TQt toolkit using the <em>TQt Motif Extension</em>. <p> It is rarely practical for a large project with hundreds of thousands or even millions of lines of code to be migrated all at once; such an -endeavor would retquire too many development resources and would incur +endeavor would require too many development resources and would incur significant risks. Every line of code would have to be rewritten, every user interface redesigned, and quality assurance tests and procedures all rewritten. The <em>TQt Motif Extension</em> provides a @@ -79,7 +79,7 @@ references to the source code, which is included in the <tt>extensions/motif/exa <p> <h2> Preretquisites </h2> <a name="2"></a><p> Before we can start using the <em>TQt Motif Extension</em>, we must satisfy -these retquirements: +these requirements: <p> <ol type=1> <li> We are using the X11R6.x and Motif 2.x libraries. <li> The project is compilable by a C++ compiler. @@ -88,7 +88,7 @@ these retquirements: </ol> <p> <h3> X11R6.x and Motif 2.x Libraries </h3> -<a name="2-1"></a><p> The mechanisms used by the <em>TQt Motif Extension</em> retquire development +<a name="2-1"></a><p> The mechanisms used by the <em>TQt Motif Extension</em> require development headers and libraries from the X11R6 release and the Motif 2.0 release. Newer versions of these can also be used. <p> <h3> C++ Compiler |