Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 845 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 845 Bytes

st - Stupid Terminal

My attempt at creating a X11 terminal emulator. Inspired by this blog post.

Debian Fedora

How to run

Install Prerequisites

To build the project, you will need the X11 development headers.

Debian: sudo apt install libx11-dev

Build and Run

These commands should build and run the terminal emulator.

git clone https://www.github.com/shohamc1/st.git
cd st
make clean install

Other make commands

Objective Command
build executable make build
run executable make run
clean files make clean