mirror of https://github.com/liamg/aminal.git
20 lines
623 B
Markdown
20 lines
623 B
Markdown
Raft is a terminal emulator utilising OpenGL.
|
|
|
|
This project is purely a learning exercise right now.
|
|
|
|
## Build Dependencies
|
|
|
|
- Go 1.10.3+
|
|
- On macOS, you need Xcode or Command Line Tools for Xcode (`xcode-select --install`) for required headers and libraries.
|
|
- On Ubuntu/Debian-like Linux distributions, you need `libgl1-mesa-dev xorg-dev`.
|
|
- On CentOS/Fedora-like Linux distributions, you need `libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel`.
|
|
|
|
|
|
## Platform Support
|
|
|
|
| Platform| Supported
|
|
|---------|------------
|
|
| Linux | Yes
|
|
| MacOSX | Not yet...
|
|
| Windows | Not yet...
|