diff options
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | compile_flags.txt | 22 |
2 files changed, 4 insertions, 25 deletions
@@ -26,7 +26,8 @@ Check [the man page markdown for relevant info](docs/sxwm.md) - `libX11` - `Xinerama` - `XCursor` -- CC & Make +- `CC` +- `Make` <details> <summary>Debian / Ubuntu / Linux Mint</summary> @@ -116,11 +117,11 @@ pkg install clang make xcb-util-keysyms xorgproto libxcursor libx11 libxinerama ## Build & Install -### Arch Linux (AUR) - > [!NOTE] > I don't maintain any packages. Use with caution! +### Arch Linux (AUR) + yay -S sxwm # OR for latest features: yay -S sxwm-git diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index fa0c2c1..0000000 --- a/compile_flags.txt +++ /dev/null @@ -1,22 +0,0 @@ --Isrc --D_FORTIFY_SOURCE=2 --std=c99 --Os --pipe --Wall --Wextra --Wformat=2 --Werror=format-security --Wshadow --Wpointer-arith --Wcast-qual --Wwrite-strings --Wmissing-prototypes --Wstrict-prototypes --Wswitch-enum --Wundef --Wvla --fno-common --fno-strict-aliasing --fstack-protector-strong --fPIE |
