summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-26 10:39:46 +0200
committerandromeda <andromeda@lenovo>2026-04-26 10:39:46 +0200
commit5029ef79ae53980584e5bd022fdb1430d9664f76 (patch)
tree50073d056fcc3c5f81597936967fcab4196e2a1b /README.md
parent70dd03297c941335cc19915f1140a69d2a10e150 (diff)
add readme, dev shell, build script
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5405eff
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+# c3term
+
+eventually a terminal emulator, currently a port of [this example](https://github.com/ColleagueRiley/RSGL/blob/main/examples/basics/basic.c)
+
+## with nix
+
+`nix run` to run
+
+`nix develop` for a development shell, then follow the manual build instructions
+
+## manual build
+
+required by `get_wl.sh`:
+- pkg-config
+- wayland-protocols
+- wayland-scanner
+
+see `project.json` for library requirements
+
+```bash
+./get_wl.sh
+c3c build c3term-linux-x64
+```