-
Notifications
You must be signed in to change notification settings - Fork 62
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
HOW TO BUILD THIS PROJECT #78
Comments
for arch frens that want it as the -git package just go into |
I juat noticed sneedacity already has a PKGBUILD lol |
Manually building on Arch/Endeavour:
|
for gentoo GIGACHADS just add my repo, unmask |
Extremely based. Also impressive that Sneedacity compiles with system wxWidgets |
lol idk if the ebuild even compiles |
Even better |
somewhat up to date debian builds by not me: https://job.tilde.team/sneedacity/ |
Where does GitHub-Actions run? On github servers or repo maintainer's computer? |
They run on Github side. |
for building on devuan unstable, or if in any debian based distro cmake complains about expat or xml just also, does anyone have the script to package as .deb? |
Does anyone have this packaged for Void? I've been trying to make the template myself but when it reaches the install phase I get
And I don't know which cmake options are required to change /builddir |
Windows variant? |
EDIT: There seems to be NO release for windows. Does NOT apply to windows. Please continue to build via VC++ |
how the fuck do i remove this thing?! |
Once I compiled and installed |
with 'unable to install' do you mean it just errors? does nothing? or
leaves some files behind?
I can see the latter being the case related to the conan removal
workarounds, possibly
…On 8/3/21 10:05 PM, yondering wrote:
how the fuck do i remove this thing?!
Once I compiled and installed |sneedacity| with |sudo make install
-j4| I'm unable to uninstall it with |sudo make uninstall|.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#78 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADSXPTRC6AZT436ICR4CGC3T3BDZLANCNFSM476VXAGA>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
I'm unable to uninstall, installing worked fine. |
tfw typod
the cmake file in question is pretty much completely useless and can be deleted that aside, it seems cmake doesnt really provide an uninstall target by default which means I can just link you this generic stackoverflow answer https://stackoverflow.com/a/44649542 and it isnt the projects problem anymore I could try to add the uninstall target in as they specify there, if anyone cares for it |
I've gone ahead and added it anyway, you can either generate the working uninstall.cmake and then copy it to your old project you installed from, or install again and then uninstall |
../sneedacity doesn't exist once you're in |
Simple.
NO LONGER RELIANT ON CONAN
For those who want to use Ninja
The text was updated successfully, but these errors were encountered: