# texteditor **Repository Path**: yoyo-cutefish/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**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Text Editor Elegant text editor for YoyoOS. ![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.