Xi Ruoyao
640313a175
building-notes: remove an extra ")"
2023-01-30 17:38:57 +08:00
Xi Ruoyao
8d2373d88d
building-notes: Fix a grammar error
2023-01-30 17:35:18 +08:00
Xi Ruoyao
5a95524443
building-notes: Update harderning section to match the status quo
...
By the way, use <option> to decorate the compiler options.
2023-01-30 17:32:18 +08:00
Pierre Labastie
54d589072b
Remove eol spaces
2023-01-29 13:51:59 +01:00
Bruce Dubbs
d7bdf9f08b
Tweak stripping script
2023-01-07 15:28:10 -06:00
Bruce Dubbs
cf799ebe6e
Tweak stripping script
2023-01-07 09:04:10 -06:00
Bruce Dubbs
17fe56e1be
Update discussion of stripping installed files
...
Reformat the script and in the stripping section to make
it more clear and make it executable.
2023-01-06 15:13:50 -06:00
Pierre Labastie
3f2db3a638
Remove sect1info tags
...
They only contain a date tag that is nowhere used.
2022-11-29 08:58:07 +01:00
Pierre Labastie
02743f9ca1
Explain how to have CMake always overwrite existing files
2022-10-02 17:50:46 +02:00
Pierre Labastie
c6c57f7fc6
Use an <informaltable> for explaining CMake flags
2022-10-02 17:50:01 +02:00
Xi Ruoyao
824ddccf7a
introduction: URL clean up
...
- dreamwvr.com is dead now.
- freecode.com now redirects to SourceForge, add GitHub as well.
- use HTTPS if possible.
2022-09-08 12:04:07 +08:00
Xi Ruoyao
7f17762a66
building-notes: add more info about stripping
2022-08-21 21:00:07 +08:00
Pierre Labastie
70957a40cf
Add information about stripping
...
Propose a short script for stripping, which seems to work.
2022-08-21 13:49:45 +02:00
Xi Ruoyao
067189d7ea
building-notes: comment out bad stripping command
...
The stripping command will definitely destroy the system. Leave it out
until we can figure out how to strip a running system correctly.
Link: https://lists.linuxfromscratch.org/sympa/arc/blfs-support/2022-08/msg00018.html
2022-08-21 08:16:03 +08:00
Douglas R. Reno
df373d2730
Update URL for Stripping in Chapter 2 - Notes on Building Software.
2022-08-16 09:40:36 -05:00
Bruce Dubbs
2c871871fb
Spelling fixes
2022-02-16 15:04:13 -06:00
Pierre Labastie
a334dd2a3a
Building Notes: tell why the number of jobs may have to be limited
...
Also tell how to limit the number of jobs with ninja
2022-02-13 19:24:50 +01:00
Xi Ruoyao
97ba4252b4
building-notes: MD5 can be used to detect stealth update
2021-10-18 18:47:42 +08:00
Pierre Labastie
85580446b2
Remove spaces at the end of lines
...
I know it is somewhat useless, but I don't like them for
two reasons: first they cannot be seen, and I do not like things I
cannot see. Second, git highlights them, and this is disturbing...
2021-09-06 19:42:49 +02:00
Bruce Dubbs
dddebae741
Add a warning about stripping
2021-08-05 15:35:01 -05:00
Bruce Dubbs
7a3422b1e4
Fix stripping discussion for merged /usr
2021-08-05 15:10:37 -05:00
Xi Ruoyao
633329679c
building notes: stop to use MD5 for genuity verification, ...
...
use SHA256 or GnuPG instead.
2021-07-22 19:59:42 +08:00
Xi Ruoyao
8554ad2de7
building-notes: English grammar fix
...
https://thewritepractice.com/how-to-use-either-neither-or-and-nor-correctly/
2021-06-11 16:23:12 +08:00
Xi Ruoyao
65877d86d3
update building-notes and meson buildtype xinclude
...
Some packages are using debugoptimized in meson.build.
2021-06-11 16:18:52 +08:00
Xi Ruoyao
c98fc5bedc
update building notes for meson default buildtype
...
I'm not sure when "debug" became default though...
2021-06-04 19:38:48 +08:00
Xi Ruoyao
c9aa98043d
secure LFS url
2021-04-23 19:00:10 +08:00
Xi Ruoyao
45ab6c70c2
more SVN prop clean up
...
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00
Ken Moffat
bf5fb9456a
Update to llvm-11.0.0 and rustc-1.47.0.
...
Patch firefox and thunderbird for this version of rust.
Remeasure all packages which use rust -
I think I used an out of date mozconfig when I updated thunderbird.
In general, builds are slower and slightly larger, but installs are marginally smaller.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23843 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-10-26 21:44:17 +00:00
Ken Moffat
5ce1bdb06c
Rust: explain how to (mostly) restrict how many processors it wants to use.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23349 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-06-30 17:45:38 +00:00
Ken Moffat
c0e4599ea2
Build systems - remark that there are some cmake packages (not necessarily in BLFS)
...
which produce bad ninja.build files but usable Makefiles.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22751 af4574ff-66df-0310-9fd7-8a98e5e911e0
2020-02-23 03:55:40 +00:00
Ken Moffat
7c93be0325
A couple more typo fixes from my previous commit.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21860 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-07-24 15:04:10 +00:00
Douglas R. Reno
52249aa0a4
Fix QtWebEngine's background rendering and multimedia crash problems, as well as adapt it to Linux 5.2+ API
...
Typo fix in 'Notes on Building Software'
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21859 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-07-24 14:49:55 +00:00
Ken Moffat
8fd509cbe7
Expand Notes on Building Software.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21858 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-07-24 03:31:03 +00:00
Ken Moffat
f66b2ee545
Simplify instructions for finding available meon options.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21420 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-04-01 21:12:06 +00:00
Bruce Dubbs
367853f6b3
Minor wording changes in sw notes
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21417 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-03-30 22:51:46 +00:00
Ken Moffat
ab8c10c897
Start to document some of the differences in cmake and ninja.
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21415 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-03-30 21:36:23 +00:00
Bruce Dubbs
1c3f6da1bc
Make stripping command more robust.
...
Use a better URL for lsof.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21257 af4574ff-66df-0310-9fd7-8a98e5e911e0
2019-02-27 04:49:50 +00:00
Bruce Dubbs
6f3460d2dd
Remove old section concerning .la files
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20527 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-09-23 17:22:50 +00:00
Bruce Dubbs
30203c2c37
Stelling
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20526 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-09-23 17:06:59 +00:00
Pierre Labastie
ba7bf15c2f
Finally openldap does not need .la files
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19935 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-03-11 06:06:44 +00:00
Pierre Labastie
aade25df46
Change instructions for removing .la files, since openldap needs to
...
keep them in /usr/lib/openldap.
Also some cosmetics on xml...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19934 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-03-10 19:32:56 +00:00
Bruce Dubbs
e58667e606
Various text updates
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19670 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-01-13 03:33:35 +00:00
Fernando de Oliveira
f34293095b
• mupdf-1.8: minor reformat.
...
• removing spaces from EOL, from Denis Mugnier.
• BLFS/trunk/BOOK/kde/add/kdepim-runtime.xml: needed to fix to validate
the book. One chunck had been removed. Bruce, please check if it is
OK, now.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16645 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-11-13 14:24:57 +00:00
Bruce Dubbs
ea20da9e02
Add an entity about parallel builds
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16094 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-06-08 20:08:38 +00:00
Bruce Dubbs
82c65b738b
Update to v4l-utils-1.6.3.
...
Add 'Using Multiple Processors' to Notes on Building Software.
Minor grammar and spacing corrections.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16089 af4574ff-66df-0310-9fd7-8a98e5e911e0
2015-06-07 00:57:42 +00:00
Bruce Dubbs
c7c1722b06
Minor text change and a cleanup
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14033 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-08-24 17:00:46 +00:00
Bruce Dubbs
4ac6b5693a
Clarify paragraph about removing .la files
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13810 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-08-02 21:34:48 +00:00
Igor Živković
e70c7c1080
typo
...
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12636 af4574ff-66df-0310-9fd7-8a98e5e911e0
2014-01-26 11:14:14 +00:00
Bruce Dubbs
16d0ef2159
Revert vala update
...
Add exception to line removing .la files in Building Notes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11573 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-08-03 03:44:50 +00:00
Bruce Dubbs
3c310620dc
Added sections on stripping and removing .la files to
...
Notes on Buiiding Software in the Introduction.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11569 af4574ff-66df-0310-9fd7-8a98e5e911e0
2013-08-02 23:56:29 +00:00