We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As mentioned in #345, I'm attempting to compile panopticon on macOS High Sierra but unfortunately it's failing.
Here's what is not working:
brew linkapps qt
linkapps
ln -s /usr/local/Cellar/qt/$HOMEBREW_QT5_VERSION/mkspecs /usr/local/mkspecs ln: /usr/local/mkspecs: Permission denied ls -ldh /usr/local/ drwxr-xr-x 15 root wheel 480B 3 Nov 20:27 /usr/local/
I've created the links as root using sudo... 3. Running fails since panopticon-qt is not a package:
panopticon-qt
cargo run -p panopticon-qt --release
The package panopticon should probably be used instead?
panopticon
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As mentioned in #345, I'm attempting to compile panopticon on macOS High Sierra but unfortunately it's failing.
Here's what is not working:
brew linkapps qt
-->linkapps
was deprecated and is not available anymore. Is it really necessary?I've created the links as root using sudo...
3. Running fails since
panopticon-qt
is not a package:The package
panopticon
should probably be used instead?The text was updated successfully, but these errors were encountered: