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

cpack error #3

Open
db1953 opened this issue Mar 12, 2024 · 1 comment
Open

cpack error #3

db1953 opened this issue Mar 12, 2024 · 1 comment

Comments

@db1953
Copy link

db1953 commented Mar 12, 2024

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
Copy link
Owner

cjcliffe commented Apr 8, 2024

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.

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

2 participants