Coder Social home page Coder Social logo

cloudhome's Introduction

Home

偕臧的家用小仓库,自用


  • Qt : Qt 文档教程
  • Cmake : Cmake 文档教程
  • Linux : Linux 文档教程
  • UML : UML 文档资料

[TOC]


经验积累

Git

01.导出 patch,合并 patch

git format-patche 795fefabc  # 导出本次之后的commit,不含本次
git am --abort # 放弃掉以前的am信息
git am *.patch # 合并补丁

Gerrit

01.推送命令

git push origin HEAD:refs/for/master # 最后的推送格式

wiki 链接


制做 deb

准备工作:如下写入 ~/.bashrc 后,执行 source ~/.bashrc 立即生效

DEBEMAIL=”[email protected]”
DEBFULLNAME=”xmuli”
export DEBEMAIL DEBFULLNAME

目标:制作 deb 包

sudo apt install debhelper devscripts dh-make build-essential
sudo apt install g++ cmake libqt5*-dev libdtk{core,widget,gui}-dev # DTK 开发包
dh_make -s --createorig  # ./ 中生成debian 目录; ../ 外面生成 .tar.xz
dpkg-buildpackage -b -rfakeroot -us -uc  # 生成 deb

参考:


cloudhome's People

Contributors

xmuli avatar

Stargazers

 avatar

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.