Login  Register

Re: Help wanted to build on MacOS

Posted by ianmac on May 31, 2021; 12:15pm
URL: https://forum.librecad.org/Help-wanted-to-build-on-MacOS-tp5717273p5720709.html

Hi,

Built on Mac Mini (M1, 2020) 8GB
OS
  System Version: macOS 11.4 (20F71)
  Kernel Version: Darwin 20.5.0

LibreCAD
Version: 2.2.0-rc2-19-ge02f3580
Compiler: Clang 12.0.5
Compiled on: May 31 2021
Qt Version: 5.15.2
Boost Version: 1.71.0
System: macOS 11.4

Used MacPorts instead of homebrew as I already had MacPorts installed, changed the build procedure for this as follows:

1. sudo port install boost qt5

2. cd into git clone dir as per current build instructions

3. /System/Volumes/Data/opt/local/libexec/qt5/bin/qmake librecad.pro -r -spec macx-clang

4. make -j4

5. open LibreCAD.app

Sampling process 20439 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling LibreCAD (pid 20439) every 1 millisecond
Process:         LibreCAD [20439]
Path:            /Applications/LibreCAD.app/Contents/MacOS/LibreCAD
Load Address:    0x104240000
Identifier:      com.yourcompany.LibreCAD
Version:         2.2.0 (2.2.0)
Code Type:       ARM64
Platform:        macOS
Parent Process:  ??? [1]

Date/Time:       2021-05-31 13:07:44.767 +0100
Launch Time:     2021-05-31 12:45:03.152 +0100
OS Version:      macOS 11.4 (20F71)
Report Version:  7
Analysis Tool:   /usr/bin/sample

Physical footprint:         85.9M
Physical footprint (peak):  90.6M

no issues seen so far

Thank you for this

Ian