-
Notifications
You must be signed in to change notification settings - Fork 178
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
Update the build instructions #335
base: master
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -58,7 +62,11 @@ Multi-signature transactions are accommodated under-the-hood about 80%, and will | |||
Windows: [Download](http://www.py2exe.org/) | |||
|
|||
* LMDB - database engine, modified to suit Armory's use cases | |||
[LMDB page](http://symas.com/mdb/) | |||
Linux: Install package `liblmdb-dev` and `python-lmdb` |
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.
These packages are provided as part of the source code here and have custom modifcation.
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.
Hmm. In ./cppForSwig/lmdb
I guess? Then the README should not mention lmdb as a dependency, correct?
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.
IMO it should be listed as a dependency without a link and a note that it is provided as part of the source code. Same with cryptopp above.
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.
Done.
README.md
Outdated
Windows: [LMDB page](http://symas.com/mdb/) | ||
|
||
* FastCGI | ||
Linux: Install package `libfcgi-dev` |
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.
This package is distributed as part of the source code as a git submodule. It has custom modifcation.
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.
As mentioned elsewhere, it didn't actually get included in the distribution tarball.
The list of dependencies for this package appears to be incomplete. This updates the list.
I note that configure.ac does not check for these dependencies; one trips over them randomly, during the compile stage.