summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-07-24 18:49:42 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-07-24 18:49:42 +0200
commit23db3d0b1788edf01e9060f77d009a3a671b62c5 (patch)
tree87dd048a9b49ca16fbc99a69f6468d87d74bb530 /README
parent6b77186c9cfe1826cdf07660a96dcb70c7a42b42 (diff)
downloadi486tcc-linux-23db3d0b1788edf01e9060f77d009a3a671b62c5.tar.gz
i486tcc-linux-23db3d0b1788edf01e9060f77d009a3a671b62c5.tar.bz2
added lua 5.1 and notion
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index f230af0..1e90d26 100644
--- a/README
+++ b/README
@@ -84,6 +84,10 @@ dependencies
some non-compiling fallback when there is no curses?)
- mandoc
- zlib
+- lua51
+- tinyxserver
+ - tinyxlib
+ - some basic fonts for default and cursor
kernel options
--------------
@@ -445,6 +449,7 @@ EOF
- we need to set the video mode for the floppy loading mode with rdev,
vga=? seems not to be used when booting via Linux real mode boot mode
(qemu_direct works fine with vga=?)
+- notion: keyboard XCB missing in tinyxlib? tcc: error: undefined symbol 'XkbKeycodeToKeysym'
tools
-----
@@ -747,6 +752,8 @@ links
- https://www.x.org/archive/X11R6.8.0/doc/fonts2.html
- https://www.x.org/archive/X11R7.5/doc/man/man1/mkfontdir.1.html
- https://www.x.org/archive//individual/font
+ - X apps and stuff
+ - https://www.x.org/archive/individual/app/
- terminal multiplexing
- tmux: newer
- screen: looks a little bit aged, might habe more features but also more code