mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Used new binary rel, tested mingw-w64-gcc & wrote measurements, edited README
This commit is contained in:
parent
3a738049bc
commit
fc21c8bea3
4
README
4
README
@ -9,7 +9,7 @@ The default target builds the html in $(HOME)/public_html/glfs.
|
|||||||
For all targets, setting the parameter REV=systemd is needed to build the
|
For all targets, setting the parameter REV=systemd is needed to build the
|
||||||
systemd version of the book.
|
systemd version of the book.
|
||||||
|
|
||||||
Other Makefile targets are: pdf, nochunks, validate, and blfs-patch-list.
|
Other Makefile targets are: pdf, nochunks, validate, and glfs-patch-list.
|
||||||
|
|
||||||
pdf: builds GLFS as a PDF file.
|
pdf: builds GLFS as a PDF file.
|
||||||
|
|
||||||
@ -17,4 +17,4 @@ nochunks: builds GLFS in one huge file.
|
|||||||
|
|
||||||
validate: does an extensive check for xml errors in the book.
|
validate: does an extensive check for xml errors in the book.
|
||||||
|
|
||||||
blfs-patch-list: generates a list of all GLFS controlled patches in the book.
|
glfs-patch-list: generates a list of all GLFS controlled patches in the book.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
|
|
||||||
<!ENTITY mingw-w64-binary-download-http "https://github.com/Zeckmathederg/mingw-w64-binary-builds/releases/download/mingw-w64-binary-gcc-&gcc-version;-mingw-11.0.0/mingw-w64-gcc-&gcc-version;-mingw-11.0.0.tar.xz">
|
<!ENTITY mingw-w64-binary-download-http "https://github.com/Zeckmathederg/mingw-w64-binary-builds/releases/download/mingw-w64-binary-gcc-&gcc-version;-mingw-&mingw-w64-version;/mingw-w64-gcc-&gcc-version;-mingw-&mingw-w64-version;.tar.xz">
|
||||||
<!ENTITY mingw-w64-binary-download-ftp " ">
|
<!ENTITY mingw-w64-binary-download-ftp " ">
|
||||||
<!ENTITY mingw-w64-binary-md5sum "3596109b369fc7d0ee091bdcb880e19f">
|
<!ENTITY mingw-w64-binary-md5sum "3596109b369fc7d0ee091bdcb880e19f">
|
||||||
<!ENTITY mingw-w64-binary-size "206 MB">
|
<!ENTITY mingw-w64-binary-size "206 MB">
|
||||||
@ -94,7 +94,7 @@
|
|||||||
cd /opt &&
|
cd /opt &&
|
||||||
tar xpvf "$MINGWTBPATH"/mingw-w64-gcc-&gcc-version;-mingw-&mingw-w64-version;.tar.xz
|
tar xpvf "$MINGWTBPATH"/mingw-w64-gcc-&gcc-version;-mingw-&mingw-w64-version;.tar.xz
|
||||||
|
|
||||||
ln -sv mingw-w64-latest-03122024 mingw-w64 &&
|
ln -sv mingw-w64-&mingw-w64-version;_gcc-&gcc-version; mingw-w64 &&
|
||||||
cd $MINGWTBPATH
|
cd $MINGWTBPATH
|
||||||
|
|
||||||
unset MINGWTBPATH</userinput></screen>
|
unset MINGWTBPATH</userinput></screen>
|
||||||
|
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
<!ENTITY mingw-w64-gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
|
<!ENTITY mingw-w64-gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
|
||||||
<!ENTITY mingw-w64-gcc-download-ftp " ">
|
<!ENTITY mingw-w64-gcc-download-ftp " ">
|
||||||
<!ENTITY mingw-w64-gcc-md5sum "24195dca80ded5e0551b533f46a4481d">
|
<!ENTITY mingw-w64-gcc-md5sum "e0e48554cc6e4f261d55ddee9ab69075">
|
||||||
<!ENTITY mingw-w64-gcc-size "UNKNOWN MB">
|
<!ENTITY mingw-w64-gcc-size "88 MB">
|
||||||
<!ENTITY mingw-w64-gcc-buildsize "UNKNOWN GB">
|
<!ENTITY mingw-w64-gcc-buildsize "1.9 GB - x86_64, 1.8 GB - i686">
|
||||||
<!ENTITY mingw-w64-gcc-time "UNKNOWN SBU">
|
<!ENTITY mingw-w64-gcc-time "29.3 SBU - x86_64, 29.1 - i686">
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="mingw-w64-gcc" xreflabel="MinGW-w64-GCC-&gcc-version;">
|
<sect1 id="mingw-w64-gcc" xreflabel="MinGW-w64-GCC-&gcc-version;">
|
||||||
|
Loading…
Reference in New Issue
Block a user