cjcliffe / CubicSDR-macOSBuild

macOS / OSX CubicSDR build scripts
12 stars 0 forks source link

cpack error #3

Open db1953 opened 6 months ago

db1953 commented 6 months ago

I admit I'm a newb at compiling from source but I've gotten pretty far with this: updated brew to macOS 14, successfully installed liquid-dsp, wxWidgets, and SoapySDR. however...

when trying to build CubicSDR the "cpack" command throws an error: "CPack Error: CPack generator not specified". I don't know enough to fix this, and Google isn't helping. any assistance MOST appreciated.

cjcliffe commented 5 months ago

You should be able to check out this repository directly and have it build all the prerequisites for you. Sounds like you're just missing an installation of XCode (from the app store) and possibly Homebrew package manager from https://brew.sh/

Unfortunately the script only supports brew as I have moved away from using MacPorts in general.

Just clone this repository you've posted the issue in (don't even need to clone the main CubicSDR repo) and follow the Readme for build instructions:

Requirements

  • Homebrew package manager
  • XCode with command line tools

Build instructions

  • execute scripts/bootstrap_macos.sh to install system prerequsites
  • run 'make' to build CubicSDR app bundle and dependencies

That should be enough to produce a build in the build_stage/CubicSDR/build/ folder.