Code Monkey home page Code Monkey logo

deepin-unioncode's Introduction

deepin-unioncode

en

深度集成开发环境是由深度公司自主研发,具有多语言、跨平台兼容特性的轻量级集成开发环境。

构建依赖

当前的开发分支为dev,编译依赖可能会在没有更新本说明的情况下发生变化,请参考./debian/control以获取构建依赖项列表

  • debhelper (>=9),
  • cmake,
  • qt5-qmake,
  • qtbase5-dev,
  • qttools5-dev,
  • qttools5-dev-tools,
  • lxqt-build-tools (>= 0.6.0~),
  • libssl-dev,
  • llvm (>=1:7~),
  • llvm-dev (>=1:7~),
  • libclang-dev (>=1:7~),
  • libutf8proc-dev,
  • libmicrohttpd-dev,
  • libjsoncpp-dev,
  • libargtable2-dev,
  • libhiredis-dev,
  • catch,
  • libzstd-dev,
  • libjson-c-dev,
  • libelf-dev,
  • libcapstone-dev,
  • libunwind-dev,
  • libelfin-dev,
  • libdbus-1-dev,
  • libxi-dev,
  • qtscript5-dev,
  • libqt5scripttools5,
  • clang[!mips64],
  • doxygen,
  • libdtkgui-dev,
  • libdtkwidget-dev,
  • libdtkcore-dev,
  • libdtkcore5-bin,
  • libkf5syntaxhighlighting-dev

安装

  1. 确保已经安装所有依赖库。
$ git clone https://github.com/linuxdeepin/deepin-unioncode.git 
(gitee: $ git clone https://gitee.com/deepin-community/deepin-unioncode.git)
$ cd deepin-unioncode
$ sudo apt build-dep ./
  1. 构建:
$ cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
  1. 安装:
$ sudo cmake --build build --target install

可执行程序为 /usr/bin/deepin-unioncode

使用

启动栏执行 deepin-unioncode

注意:deepin-unioncode安装后,部分功能需要安装依赖包后才能正常使用。

支持的语言工程

语言 工程类型
C/C++ CMake
Java Gradle、Maven
Python 工程目录
JavaScript 工程目录

开发应用列举

应用名 描述 仓库地址
deepin-draw 深度画板应用 https://github.com/linuxdeepin/deepin-draw
(https://gitee.com/deepin-community/deepin-draw.git)
deepin-image-viewer 深度看图应用 https://github.com/linuxdeepin/deepin-image-viewer
(https://gitee.com/deepin-community/deepin-image-viewer.git)
deepin-album 深度相册应用 https://github.com/linuxdeepin/deepin-album
(https://gitee.com/deepin-community/deepin-album.git)

帮助

贡献指南

我们鼓励您报告问题并做出更改

开源许可证

deepin-unioncode 在 GPL-3.0-or-later下发布。

三方库支持

三方库名称 版本号 应用位置 三方库协议类型
cppdap NA C++调试适配器协议 SDK Apache 2.0
googletest 1.11.0 cppdap 依赖 google test BSD3
nlohmann/json 3.10.4 cppdap 依赖 nlohmann json 库 MIT
scintilla 5.15 智能编辑器界面组件 HPND
lexilla 5.14 智能编辑器词法分析库 HPND
marl NA C++ 11线程/任务调度库 Apache 2.0
qtermwidget 0.14.1 终端组件库 GPLV2+ BSD3
GitQlient tag/v1.4.3 Git展示客户端 LGPL-2.1+
libclang/ > 1:7~ 符号树模块 Apache 2.0
llvm > 1:7~ 编译器框架 Apache 2.0
json-rpc-cpp 1.4.1 通信中间件 MIT

界面预览

  • 语言支持

  • 代码迁移

  • 调试模式

  • 代码翻译

  • AI 问答

    codegeex-answer

访问统计:

deepin-unioncode's People

Contributors

7wcy avatar deepin-mozart avatar hebe970217 avatar hjc5305 avatar hualet avatar hudeng-go avatar jwwtsl avatar kakueeen avatar lighto-ku avatar lihua000 avatar n0rthhxd avatar nealscarffery avatar sbwtw avatar toberyan avatar tsl115 avatar yurri-huang avatar zhouyi-u avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

deepin-unioncode's Issues

执行到 cmake --build build 时报如下错误

执行到 cmake --build build 时报如下错误

$ cmake 版本:3.2.1
$ 操作系统:Ubuntu 22.04.2 LTS
/deepin-unioncode/3rdparty/unioncode-GitQlient/src/branches/BranchesWidget.cpp: In constructor ‘BranchesWidget::BranchesWidget(const QSharedPointer<GitCache>&, const QSharedPointer<GitBase>&, QWidget*)’:
/deepin-unioncode/3rdparty/unioncode-GitQlient/src/branches/BranchesWidget.cpp:76:19: error: ‘class QSharedPointer<GitCache>’ has no member named ‘get’
   76 |    connect(mCache.get(), &GitCache::signalCacheUpdated, this, &BranchesWidget::showBranches);
      |                   ^~~
deepin-unioncode/3rdparty/unioncode-GitQlient/src/branches/BranchesWidget.cpp:77:19: error: ‘class QSharedPointer<GitCache>’ has no member named ‘get’
   77 |    connect(mCache.get(), &GitCache::signalCacheUpdated, this, &BranchesWidget::processTags);
      |                   ^~~
gmake[2]: *** [3rdparty/unioncode-GitQlient/CMakeFiles/unioncode-GitQlient.dir/build.make:704:3rdparty/unioncode-GitQlient/CMakeFiles/unioncode-GitQlient.dir/src/branches/BranchesWidget.cpp.o] 错误 1

Originally posted by @schizobulia in linuxdeepin/developer-center#5612 (comment)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.