Code Monkey home page Code Monkey logo

Comments (3)

Orgmar avatar Orgmar commented on June 24, 2024 1

Please try this pre-alpha release for macOS support:

https://github.com/sipeed/kflash_gui/releases/tag/v1.2.5
https://github.com/sipeed/kflash_gui/releases/download/v1.2.5/kflash_gui_v1.2.5_macOS.dmg

image

And install it by drag.

** CAVEAT: This is pre-alpha release **

Build your own:

brew install -y create-dmg
brew install -y python3
python3 -m pip install -y pyinstaller
python3 -m pip install -y -r requirements.txt
# You must uninstall enum34 firstly
python3 -m pip uninstall -y enum34
python3 pack.py

from kflash_gui.

Neutree avatar Neutree commented on June 24, 2024

目前没有条件打包mac的。。你可以安装python来运行或者自己打包

brew install python3 python3-pip
sudo pip3 install -r requirements.txt
python3 kflash_gui.py

如果要打包成dmg的话

sudo pip3 install pyinstaller
python3 pack.py

另外我木有用过mac,以上的命令都是我云想象的请根据实际情况调整23333

from kflash_gui.

Orgmar avatar Orgmar commented on June 24, 2024

image

Test success.

from kflash_gui.

Related Issues (18)

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.