Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 346 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 346 Bytes

z-tools

Linux toolbox under development

内置组件

  • DesktopGenrater: desktop 图标生成器

Installation

  • mkdir build
  • cd build
  • cmake ..
  • make
  • ./z-tools

Build deb or tar.gz

  • mkdir build
  • cd build
  • cmake .. or cmake .. -DBUILD_TYPE=TGZ
  • make packae

You get the file "*. deb" or "*.tar.gz"

License