-
Notifications
You must be signed in to change notification settings - Fork 2
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
Requirements Ubuntu 20.04 #2
Comments
Thanks for the info on the Ubuntu packages, I haven't used Ubuntu so I was just guessing which packages it would need from the package search website. You're right about the config file thing, its really awkward and I've been meaning to fix it for a while, so I'll get on that soon. About the image file thing, are you running mist with |
please add |
ah thanks for reminding me, sorry about that |
Hiya,
correct aptitude packages for Ubuntu 20.4 would be:
sudo apt-get install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libsdl2-image-2.0-0 libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev
Compiled with cargo.
Running it gave me this error:
thread 'main' panicked at 'could not load icon: "Couldn\'t open assets/MIST.png"', src/app.rs:46:20
Changed the line to
../assets/MIST.png
. Works.After cancelling the optional "choose a config file", it gave me another prompt to get the default one which seems kinda counterintuitive tbh. 😄
Thanks for this project.
The text was updated successfully, but these errors were encountered: