{"id":21666154,"url":"https://github.com/e5r/nde","last_synced_at":"2026-06-22T19:31:22.288Z","repository":{"id":145659831,"uuid":"120704798","full_name":"e5r/nde","owner":"e5r","description":"NDE is a Native Development Environment","archived":false,"fork":false,"pushed_at":"2018-05-17T21:16:26.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-08-24T15:47:18.488Z","etag":null,"topics":["c","cmake","cpp"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e5r.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-08T03:20:09.000Z","updated_at":"2018-05-17T13:08:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"00fa1fdc-4816-40df-840a-8dd6c4f26884","html_url":"https://github.com/e5r/nde","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/e5r/nde","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5r%2Fnde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5r%2Fnde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5r%2Fnde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5r%2Fnde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e5r","download_url":"https://codeload.github.com/e5r/nde/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e5r%2Fnde/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34663522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","cmake","cpp"],"created_at":"2024-11-25T11:19:52.158Z","updated_at":"2026-06-22T19:31:22.261Z","avatar_url":"https://github.com/e5r.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"NDE is a Native Development Environment\n=======================================\n\nNDE é um ambiente de desenvolvimento nativo, para ajudar o desenvolvedor na árdua tarefa\nde preparar seus ambientes com suas várias bibliotecas...\n\n## Construindo no Windows\n\n\u003e __NOTA:__ Você precisa estar em um _prompt de comandos_ do [Visual C++ Build Tools 2015 ou posterior](http://landinghub.visualstudio.com/visual-cpp-build-tools)\n\n```powershell\n# Instala o CMake localmente para build\n.\\bootstrap.ps1\n\n# Cria um diretório para os artefatos de build\nmkdir build\ncd build\n\n# Se preferir pode adicionar \".cmake\\bin\" ao PATH e executar somente `cmake ...`\n.\\.cmake\\bin\\cmake.exe -G \"NMake Makefiles\" ..\n.\\.cmake\\bin\\cmake.exe --build .\n```\n\nIsso é o suficiente para gerar o executável `.\\build\\nde.exe`!\n\n## Construindo no Linux\n\n\u003e __NOTA:__ Você precisa do [GCC 4 ou posterior](https://gcc.gnu.org/) e do [GNU Make](https://www.gnu.org/software/make/). Eles normalmente são instalados no [Ubuntu](https://www.ubuntu.com/) através do comando `sudo apt-get install build-essential`.\n\n```bash\n# Instala o CMake localmente para build\n./bootstrap.sh\n\n# Cria um diretório para os artefatos de build\nmkdir build\ncd build\n\n# Se preferir pode adicionar \".cmake/bin\" ao PATH e executar somente `cmake ...`\n./.cmake/bin/cmake -G \"Unix Makefiles\" ..\n./.cmake/bin/cmake --build .\n```\n\nIsso é o suficiente para gerar o executável `./build/nde`!\n\n## Construindo no macOS\n\n\u003e TODO: ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe5r%2Fnde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe5r%2Fnde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe5r%2Fnde/lists"}