Code Monkey home page Code Monkey logo

kgc's Introduction

KGCAPP

1. About 关于

This is an app template for users who want to use RibbonUI. 这是一个为希望将RibbonUI应用于自己程序的开发者准备的项目模板。

For more information about RibbonUI, please see this. 希望了解更多关于RibbonUI的信息,请访问这个链接。

2. How to use it? 如何使用它?

  • Before Install 安装前准备

    To install Qt 6, it is recommended to install the Qt 6.6.3 version via the official online installer, installing via brew, etc. may cause problems. Qt Quick related modules and the qt5compat qtshadertools qtimageformats component are required

    安装Qt 6,推荐通过官方在线安装器安装Qt 6.6.3版本通过brew等方式安装可能会出现问题Qt Quick相关模块qt5compat qtshadertools qtimageformats组件是必要的。

  • Compile the example and library 编译例程和库

    • Clone and enter the library folder 下载仓库并进入
      git clone https://github.com/mentalfl0w/RibbonTemplate.git --recursive
      cd RibbonUI
    • Add your source files and edit the CMakeLists.txt 添加你自己的源文件并修改CMakeLists.txt
    • Create and enter the build folder 创建并进入build文件夹
      mkdir build
      cd build
    • Build 编译
      # if you want to make a Debug build, just let -DCMAKE_BUILD_TYPE=Debug, --config Debug
      # if you want a static build, add -DRIBBONUI_BUILD_STATIC_LIB=ON into command
      cmake -DCMAKE_MESSAGE_LOG_LEVEL=STATUS -DCMAKE_PREFIX_PATH=/Users/runner/work/RibbonTemplate/Qt/6.6.3/macos  -DCMAKE_BUILD_TYPE=Release -GNinja ..
      # -DCMAKE_PREFIX_PATH={YOUR QT INSTALL FOLDER}
      cmake --build . --target all --config Release --parallel

kgc's People

Contributors

www-git-cn avatar

Watchers

 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.