install FlatCam 8.994 on macOS 10.15

Аватар автора
How to build in source FlatCam 8.994 on macOS 10.15 Catalina README.md Installation instructions: MacOS - create a folder to hold the sources somewhere on your HDD: mkdir FlatCAM Using commands (e.g using the sources for FlatCAM beta 8.991): cd ~/FlatCAM unzip FlatCAM_beta_8.991_sources.zip cd FlatCAM_beta_8.991_sources - check if Homebrew is installed: xcode-select --install - install dependencies: brew install pyqt python3 -m ensurepip python3 -m pip install -r requirements.txt - run FlatCAM python3 FlatCAM.py ------------------------------------ To build an .app wrapper for the Launchpad: python3 -m pip install py2app sudo py2applet --make-setup flatCAM.py (or with icon sudo py2applet --iconfile=flatcam_icon128.icns --make-setup flatCAM.py) python3 setup.py py2app -A cd dist open . -------------------------------- #cnc

0/0


0/0

0/0

0/0

0/0