Switched make installs for WoW64 to ensure proper compatability

This commit is contained in:
Zeckmathederg 2024-05-11 12:52:20 -06:00
parent 6fee3cf82c
commit 8b3c0b6617
2 changed files with 8 additions and 10 deletions

View File

@ -1,13 +1,13 @@
<!-- Editing up to the line of ==== should be enough
to generate a book for development, release, or rc-->
<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
<!ENTITY % development "INCLUDE"> <!-- set to INCLUDE for development,
set to IGNORE for release or rc -->
<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
set to IGNORE for development or rc -->
<!ENTITY % relyear "2023">
<!ENTITY % relnum "11.3">
<!ENTITY % reldate "March 1st, 2023">
<!ENTITY % relpubdate "2023-03-01">
<!ENTITY % relyear "2024">
<!ENTITY % relnum "12.1">
<!ENTITY % reldate "May 11th, 2024">
<!ENTITY % relpubdate "2024-05-11">
<!-- ================================================================== -->
<!-- Do not change anything below unless the www or book layouts change -->

View File

@ -161,16 +161,14 @@ PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
../configure --prefix=/usr \
--with-wine64=../build-win64
make
cd ../build-win64</userinput></screen>
make</userinput></screen>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install &amp;&amp;
cd ../build-win32 &amp;&amp;
cd ../build-win64 &amp;&amp;
make install</userinput></screen>
</sect3>