# elementary-codeEditor **Repository Path**: sunronsoft/elementary-codeEditor ## Basic Information - **Project Name**: elementary-codeEditor - **Description**: No description available - **Primary Language**: Vala - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-21 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Code [![Translation status](https://l10n.elementary.io/widgets/code/-/svg-badge.svg)](https://l10n.elementary.io/projects/code/?utm_source=widget) ![Screenshot](data/screenshot.png?raw=true) ## Building, Testing, and Installation You'll need the following dependencies: * meson * libeditorconfig-dev * libgail-3-dev * libgee-0.8-dev * libgit2-glib-1.0-dev * libgtksourceview-3.0-dev >= 3.24 * libgtkspell3-3-dev * libgranite-dev >= 5.2.0 * libpeas-dev * libsoup2.4-dev * libvala-0.34-dev (or higher) * libvte-2.91-dev * libwebkit2gtk-4.0-dev * libzeitgeist-2.0-dev * valac Run `meson build` to configure the build environment. Change to the build directory and run `ninja test` to build meson build --prefix=/usr cd build ninja test To install, use `ninja install`, then execute with `io.elementary.code` sudo ninja install io.elementary.code