From ea547b1c36e715c1107ab9603d67ef64bd3abb57 Mon Sep 17 00:00:00 2001 From: Reion Wong Date: Mon, 1 Nov 2021 18:51:33 +0800 Subject: [PATCH] Update README.md --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79c6ddc..c3d950a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# texteditor +# Text Editor + Elegant text editor for Cutefish. + +## Dependencies + +### Debian/Ubuntu + +``` +sudo apt install equivs curl git devscripts lintian build-essential automake autotools-dev --no-install-recommends + +sudo mk-build-deps -i -t "apt-get --yes" -r +``` + +## Build + +```shell +mkdir build +cd build +cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. +make +``` + +## Install + +```shell +sudo make install +``` + +## License + +This project has been licensed by GPLv3.