mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
README.md
This commit is contained in:
15
README.md
15
README.md
@@ -102,13 +102,16 @@ The application settings are stored in **/home/$USER/.config/bauh/config.json**
|
||||
- It handles conflicts, and missing / optional packages installations ( include from your distro mirrors )
|
||||
- If (**aria2**) [https://github.com/aria2/aria2] is installed on your system and multi-threaded downloads are enabled ( see **BAUH_DOWNLOAD_MULTITHREAD** ), the source packages
|
||||
will be pre-downloaded faster ( it does **NOT** modify your **pacman** settings ).
|
||||
- Automatically makes simple package compilation improvements ( this feature can be disabled through the environment variable **BAUH_ARCH_OPTIMIZE=0** ):
|
||||
a) if **MAKEFLAGS** is not set in **/etc/makepkg.conf** and **/home/$USER/makepkg.conf** does not exist,
|
||||
then a copy of **/etc/makepkg.conf** will be generated at **/home/$USER/makepkg.conf** defining MAKEFLAGS to work with
|
||||
the number of your machine processors multiplied by 1.5 rounded up
|
||||
b) same as **a**, but related to **COMPRESSXZ** definition. If '--threads=0' is not defined, the custom file will be generated.
|
||||
- Automatically makes simple package compilation improvements
|
||||
|
||||
( for more information about these optimizations, check: https://wiki.archlinux.org/index.php/Makepkg )
|
||||
a) if **MAKEFLAGS** is not set in **/etc/makepkg.conf** and **~/.makepkg.conf** does not exist,
|
||||
then a copy of **/etc/makepkg.conf** will be generated at **~/.makepkg.conf** defining MAKEFLAGS to work with
|
||||
the number of your machine processors multiplied by 1.5 rounded up.
|
||||
|
||||
b) same as previous, but related to **COMPRESSXZ** definition. If '--threads=0' is not defined, the custom file will be generated.
|
||||
|
||||
Obs: this feature can be disabled through the environment variable **BAUH_ARCH_OPTIMIZE=0**
|
||||
( For more information about these optimizations, check: https://wiki.archlinux.org/index.php/Makepkg )
|
||||
|
||||
### Logs
|
||||
- Installation logs are saved at **/tmp/bauh/logs/install**
|
||||
|
||||
Reference in New Issue
Block a user