Обновление README.md, исходников, пакетки
This commit is contained in:
15
assets/var/gnu/st.md
Normal file
15
assets/var/gnu/st.md
Normal file
@ -0,0 +1,15 @@
|
||||
st
|
||||
=
|
||||
https://root-kit.ru/AeroLinux/AeroSt.git
|
||||
|
||||
``` sh *** patch ***
|
||||
cp config.def.h config.h
|
||||
sed -i 's/^static char \*font = .*;/static char \*font = "monospace:bold:size=16:antialias=true:autohint=true";/' config.h
|
||||
sed -i 's/^\t"gray90", \/\* default foreground colour \*\//\t"#ffffff", \/\* default foreground colour \*\//' config.h
|
||||
sed -i 's/^\t"black", \/\* default background colour \*\//\t"#242424", \/\* default background colour \*\//' config.h
|
||||
```
|
||||
|
||||
``` sh *** build ***
|
||||
make CC=gcc -j$(nproc)
|
||||
sudo make install
|
||||
```
|
||||
Reference in New Issue
Block a user