-
Notifications
You must be signed in to change notification settings - Fork 35
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
modify install instructions on wiki #51
Comments
You're welcome to edit the wiki (and raise a PR for the dependencies documents). |
done and i'll do the txt file after i've finished testing this out. seems to run fine under "ubuntu for windows" other than what i noted in the other issue case. I also have some instructions for installing the X server that you would need on windows 10 for it to run I can add those into a wiki page if you want once i figure it all out |
Cool. I'd been hoping for a while that someone brave person would make it work in WSL. Anyway, a wiki page on getting it working on Win10/WSL would be wonderful. |
yea vcxsrv, but right now im getting a bunch of mavcrc errors (MSP and LTM at 57600) and also i can't get the maps to load, i'm guessing that's an OpenGL thing? also as you can see some of the text isn't correct on the right..... i'm not supposing there's a way to adjust the map size? or the font size? my Laptop resolution is 1366*768 |
i think you need to add me as a contributor? |
Most likely OpenGL. Damn it. Years ago I briefly had access to a Windows (7?) box and built mwp in cygwin, where it worked OK (even the map). But for most Windows users, cygwin is a harder option than a VM.
You could try
(this is what I have on my 1366*768 chromebook) |
No problem. Where would you like? |
not sure what you mean... i guess dev branch ? not sure how to do it. still trying to learn github (outside of cloning :D) lol |
You can contribute PRs by:
i.e the same procedure as for iNav https://github.com/iNavFlight/inav/blob/master/docs/development/Development.md#using-git-and-github |
ok a little faffing and learning but i think i got it heh |
not an "issue" par se, but an observation. Didn't want to edit the wiki directly but i can if you want me to. In the Install page, there's an easier way (single command) to install the ubuntu deps.
I would also recommend adding the "-y" switch to all the "apt install" lines that way the user doesn't get prompted for "are you sure?" :D
anyways, right now you have this:
and run the script (this will take some time). Answer Y on all questions.
sudo /tmp/ubuntu-deps.sh
You can replace it with this
The text was updated successfully, but these errors were encountered: