-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add Installation instructions to README.md #58
base: master
Are you sure you want to change the base?
Conversation
Credit goes to @astradamus for the installation instructions
## Installation ## | ||
All file paths are relative to your dwarf fortress installation directory | ||
1. Override any conflicts presented by the following steps. | ||
2. Extract all .dll/.so/.dylib files to `hack/plugins`. If your package includes multiple sets of these libraries, make your best guess as to which is newest (betas tend to come after alphas, higher numbers imply newer versions, etc.) and use that one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should use whatever version corresponds to your DFHack version, or it won't work at all.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciate the credit, but yeah those directions were less 'production ready' and more 'flying by the seat of my pants'.
Well if you have any suggestions, feel free to make them. I just figured
having something on the readme was better than nothing at all, and it was
an easy fix
…On Thu, Jun 8, 2017 at 9:22 PM Alexander Strada ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In README.md
<#58 (comment)>:
> @@ -8,6 +8,14 @@ Originally I wrote a small plugin because I was tired seeing coffins instead of
![Screenshot](http://i.imgur.com/Xdmv3JH.png)
+## Installation ##
+All file paths are relative to your dwarf fortress installation directory
+1. Override any conflicts presented by the following steps.
+2. Extract all .dll/.so/.dylib files to `hack/plugins`. If your package includes multiple sets of these libraries, make your best guess as to which is newest (betas tend to come after alphas, higher numbers imply newer versions, etc.) and use that one.
Appreciate the credit, but yeah those directions were less 'production
ready' and more 'flying by the seat of my pants'.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#58 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AG_ZN5lty_1DpOd9vJiDYmmqyv-7IoXjks5sCMhvgaJpZM4NyQMh>
.
|
Don't disagree, only meant that it would be good to get some kind of official confirmation that my instructions are correct before making them official docs, because I was winging it and it worked for me-- I didn't test it with any other setups, it's entirely possible that I described something wrong (as @lethosor indicates). |
This should definitely be merged |
Credit goes to @astradamus for the installation instructions.
Should resolve #12