-
Notifications
You must be signed in to change notification settings - Fork 12
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
Provide install instructions #328
Comments
Right now the only expected way to install is with In that case, the tarball can be extracted anywhere - you only need to keep the file structure intact.
I don't want Savi to be searching for its files at an absolute file path - I want it to stay relative to the However, if you want to rearrange the relative paths in the tarball a bit so that it's a bit more friendly for a global installation (while still staying friendly to the main "anywhere installation" use case. |
You probably have code in the If I know which directories are needed by |
@mneumann - did you try using the Git method of installation for
Right now, it's only in CirrusCI steps but I could likely move those steps into a Makefile target, then invoke that target from CirrusCI.
Basically, at the time of this writing (which may change in the future) what you need is:
|
What is the correct way of installing savi to a system location?
I copied
build/savi-debug
to/usr/local/bin/savi
.When I run
savi
in a directory containing amanifest.savi
, I get:When I copy the
core
directory to/usr/local/core
it works. I'd suggest to search for these files in/usr/local/lib/savi/core
instead.Also
savi init
exists silently, not generating any files and not printing any hints to runsavi init bin
.The text was updated successfully, but these errors were encountered: