|
|
|
@ -13,10 +13,10 @@ more familiar with the C programming language.
|
|
|
|
|
# Cool ideas I want to try
|
|
|
|
|
- [ ] use the [tmux source code](https://github.com/tmux/tmux) to add tmux to
|
|
|
|
|
the terminal natively, adding only the features I use
|
|
|
|
|
- [ ] add a native shell? (possible the
|
|
|
|
|
- [ ] add a native shell? (possibly the
|
|
|
|
|
[ion shell](https://github.com/redox-os/ion))
|
|
|
|
|
|
|
|
|
|
# Installing
|
|
|
|
|
# Installation
|
|
|
|
|
The provided Makefile is a wrapper around CMake. It allows you to build 2
|
|
|
|
|
versions: debug (the default) and release. The debug build doesn't optimize
|
|
|
|
|
anything, and adds the address sanitizer.
|
|
|
|
|