mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
Switched make installs for WoW64 to ensure proper compatability
This commit is contained in:
parent
6fee3cf82c
commit
8b3c0b6617
12
general.ent
12
general.ent
@ -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 -->
|
||||
|
||||
|
@ -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 &&
|
||||
cd ../build-win32 &&
|
||||
cd ../build-win64 &&
|
||||
make install</userinput></screen>
|
||||
|
||||
</sect3>
|
||||
|
Loading…
Reference in New Issue
Block a user