blob: 5405eff2a9cd241e1165c1b45acffdcf0a9019da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
```
|