Giter Club home page Giter Club logo

boom's Introduction

运行方法

先clone仓库
  • 项目根目录下 go run . [ 或直接运行 main.go ]

打包成linux 程序软件

项目根目录下

安装fyne命令工具:
go install fyne.io/fyne/v2/cmd/fyne@latest  
打包
fyne package -os linux -icon 1.png   

windows打包命令:
fyne package -os windows -icon 1.png

打包成功后会得到一个压缩包(上面仓库中提供了linux版本的程序压缩包[可直接使用]),
打开解压后的文件夹,进入根目录右击运行终端
sudo make install即可安装
sudo make uninstall卸载

注意:Linux环境下C++默认已经安装,fyne环境几乎无需配置,
但是Windows环境下C++需要安装,等环境,具体见fyne官网:

运行示例

运行示例1


运行示例2

boom's People

Contributors

qianliwangyue 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.