From 5029ef79ae53980584e5bd022fdb1430d9664f76 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 26 Apr 2026 10:39:46 +0200 Subject: add readme, dev shell, build script --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 +``` -- cgit v1.3.1