{"id":13733421,"url":"https://github.com/donadigo/elementary-ide","last_synced_at":"2025-05-05T23:28:43.331Z","repository":{"id":69213144,"uuid":"69891193","full_name":"donadigo/elementary-ide","owner":"donadigo","description":"An unofficial elementary OS (Vala) oriented IDE.","archived":false,"fork":false,"pushed_at":"2017-08-29T12:56:42.000Z","size":284,"stargazers_count":72,"open_issues_count":12,"forks_count":8,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-31T00:42:27.428Z","etag":null,"topics":["elementaryos","ide","integrated-development-environment","loki","programming","vala"],"latest_commit_sha":null,"homepage":"","language":"Vala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donadigo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-03T16:55:14.000Z","updated_at":"2024-10-24T15:19:01.000Z","dependencies_parsed_at":"2024-01-06T12:20:12.007Z","dependency_job_id":"d778095a-27a8-4c7d-ad6d-e0e53466d4ea","html_url":"https://github.com/donadigo/elementary-ide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donadigo%2Felementary-ide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donadigo%2Felementary-ide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donadigo%2Felementary-ide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donadigo%2Felementary-ide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donadigo","download_url":"https://codeload.github.com/donadigo/elementary-ide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252592403,"owners_count":21773257,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elementaryos","ide","integrated-development-environment","loki","programming","vala"],"created_at":"2024-08-03T03:00:42.794Z","updated_at":"2025-05-05T23:28:43.310Z","avatar_url":"https://github.com/donadigo.png","language":"Vala","funding_links":[],"categories":["Development","Applications"],"sub_categories":["IDEs","Development"],"readme":"# elementary IDE\nAn _unofficial_ elementary OS (Vala) oriented IDE.\n\n![Alt text](http://i.imgur.com/i1t4nm5.png \"Screenshot\")\n\n## Planned features\n1. Complete Vala support (highlighting, symbol previewing, live error reporting)\n2. Build system (CMake, Make)\n3. Editor Split View\n4. Debbuging\n5. Symbol tree\n6. Auto-fetching build system options\n7. elementary OS specific features (debian packaging, publishing to AppCenter)\n\n## Compiling\nAt this moment there is no repository for easy installation, you will need to compile this project on your own.\nHere are 3 steps which will guide you through the compiling process:\n\n### 1. Installing dependencies:\n  These are the required dependencies in order to build elementary IDE:\n  * `libgranite-dev`\n  * `libgtksourceview-3.0-dev`\n  * `libvala-0.34-dev`\n  * `libvte-2.91-dev`\n  * `libjson-glib-dev`\n  * `libgee-0.8-dev`\n  * `libvaladoc-dev`\n  \n  \n  #### If you are on elementary OS (Loki) you can install them all with this command:\n  ```shell\nsudo apt install libgranite-dev libgtksourceview-3.0-dev libvala-0.34-dev libvte-2.91-dev libjson-glib-dev libgee-0.8-dev libvaladoc-dev\n```\n\n\n  #### If you are on Ubuntu-based (only \u003e= 16.04) system you will need additional repositories to install all needed dependenices (untested):\n  ```shell\nsudo add-apt-repository ppa:elementary-os/stable\nsudo add-apt-repository ppa:elementary-os/os-patches\nsudo apt update\n```\n\n  And then follow the previous elementary OS (Loki) instructions.\n\n### 2. The actual compiling:\n  1. Clone this repository or download and unpack it.\n  2. Open a terminal and `cd` into the root of this project.\n  3. Execute these commands in the following order:\n  \n  ```shell\nmkdir build\ncd build\ncmake .. -DCMAKE_INSTALL_PREFIX=/usr\nmake\n```\n\n### 3. Installing \u0026 running the project:\n  1. Once you've done step 2, without closing the terminal, install elementary IDE by executing this command:\n  ```shell\n  sudo make install\n  ```\n  \n  2. The application entry should appear in the applications menu, if you want to debug the app the executable name is `elementary-ide`.\n  3. The end!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonadigo%2Felementary-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonadigo%2Felementary-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonadigo%2Felementary-ide/lists"}