-
Notifications
You must be signed in to change notification settings - Fork 11
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
Installation troubleshoot : Ubuntu pre-requirements #12
Comments
I'm on Lubuntu 18.04 64-bit OS by the way. |
Sorry, here's the
|
Hello, Yes, I can do that :-). |
@answerquest I passed this error by installing lua5.3 and lua5.3-dev (with apt), then lsqlite3 and libsqlite3-dev with Luarocks. You also need Rust (make sure you have the latest version) with cargo installed, as well as Elm. I installed just with cargo. On my end, after a lot of trial and errors, I'm now stuck, similingy very close to the goal while doing
Don't know if I need yargs, if I need to install it with npm or what. What are the requirements related to Javascript? Other remarks: Documentation is definitely lacking. Also, "just open" shouldn't download (Ubuntu 18.10 64 bit) |
Hey @johanricher , nice seeing you here. I think I'll wait this one out till someone reports a successful run. |
@answerquest @johanricher Do I prepare some tea :-)? |
Hi, can we make a list of all the programs required to be installed before the just
just
command, in Ubuntu?/home/[user]/.local/bin
so that "just" can be run from command line.sudo apt install cargo
/usr/bin/ld: cannot find -lsqlite3
. I have sqlite3 installed already, so am stuck.The text was updated successfully, but these errors were encountered: