-
Notifications
You must be signed in to change notification settings - Fork 40
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
Arch linux install guide. #153
Comments
Yeah, I'm afraid I really don't have a guide perse on building for arch, but what I've found is that you just have to find the equivalent packages to what I have listed for Debian/Ubuntu or Fedora and install those first, and then you should be able to compile. I do have some manual instructions for compiling, found here. You will also need to install the help2man program in Arch, which isn't listed as a dependency, but I've noticed on my own Arch system that its picky about it not being there and fails compiling at that step. Just as another aside, though, what I found in the past as sort of a 'cheat' to easily have the dependencies (or most of them, minus the rtlsdr (rtl_fm) and codec2 support, but still be able to easily compile in Arch, is to install the LEH AUR version first, and that'll set up most all the dependencies for you, and then install the rest manually. dsd-louiserigherve-git I've never really attempted to create an AUR package before however, and with shifting dependencies and Arch being Arch, I don't think I have the technical know how or patience to keep up with a random change that breaks a dependency. I'll let somebody else so inclined to make an AUR package to do so instead. In the future, I'll try to get a base version of Arch on my VM and document the steps required to getting everything compiled from scratch. I use Arch myself (garuda) but even I couldn't tell you right away what all needs to be done to compile from scratch, other than to just work one dependency at a time until it compiles. |
Actually, here is the manual compilation instruction I already had, it seem the link I replied with was bad. /~https://github.com/lwvmobile/dsd-fme/blob/main/examples/Install_Notes.md |
Thanks, I will have a go over the weekend and if manage it I will update this to share. Thanks |
#160 @lwvmobile This issue can be closed? |
Okay, I'm going to go ahead and close this issue now that we have the installer script and the install notes updated with an arch installation method. |
Good work guys, Apologies however I would have made a contribution usually with either coding or testing but been absolutely rammed with uni and my job, I will keep an eye on this thread however as I am on the Arch side of life :) thanks for your time and hard work :) |
Looks like an amazing project I was just requesting a documentation guide for installing on arch linux or a build made and added to the arch aur.
Thank you
The text was updated successfully, but these errors were encountered: