elementary / code

Code editor designed for elementary OS
https://elementary.io
GNU General Public License v3.0
468 stars 112 forks source link
gtk gtk3 gtksourceview hacktoberfest meson vala

Code

Translation status

Screenshot

Building, Testing, and Installation

You'll need the following dependencies:

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