Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有没有mac 可以用的kflash_gui #3

Closed
houpengfei88 opened this issue Jun 12, 2019 · 3 comments
Closed

有没有mac 可以用的kflash_gui #3

houpengfei88 opened this issue Jun 12, 2019 · 3 comments

Comments

@houpengfei88
Copy link

如题 我在mac上开发IDE无法更新,

@Neutree
Copy link
Member

Neutree commented Jun 17, 2019

目前没有条件打包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

@Orgmar
Copy link
Contributor

Orgmar commented Jun 17, 2019

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

@Orgmar
Copy link
Contributor

Orgmar commented Jun 19, 2019

image

Test success.

@Orgmar Orgmar closed this as completed Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants