# texteditor **Repository Path**: cutefishos/texteditor ## Basic Information - **Project Name**: texteditor - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-01 - **Last Updated**: 2023-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Text Editor Elegant text editor for CutefishOS. ![screenshot](screenshots/Screenshot_20211221_212801.png) ## 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.