Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update the build instructions #335

wants to merge 3 commits into from

Conversation

linas
Copy link

@linas linas commented Oct 22, 2017

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.

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`

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.

Copy link
Author

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?

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.

Copy link
Author

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`

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.

Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants