Skip to content

elementary/code

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jeremy WoottenJeremy Wootten
Jeremy Wootten
and
Jeremy Wootten
Jan 29, 2025
67f3150 · Jan 29, 2025
Sep 18, 2023
Oct 22, 2024
Jul 25, 2024
Jan 29, 2025
Jan 29, 2025
Aug 29, 2018
Jan 12, 2023
Jun 9, 2022
Jul 28, 2011
Oct 15, 2021
Feb 7, 2023
Oct 22, 2024
Feb 10, 2023

Repository files navigation

Code

Translation status

Screenshot

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-4-dev
  • libgtkspell3-3-dev
  • libgranite-dev >= 6.0.0
  • libhandy-1-dev >= 0.90.0
  • libpeas-dev
  • libsoup2.4-dev
  • libvala-0.48-dev (or higher)
  • libvte-2.91-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