-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Building the project #9
Comments
Hi @torkelrogstad, Sorry, I'm developing the documentation. Before all, I don't know if SpyCBlock works on Windows, this is developing for work on Linux (Ubuntu/debian based); this work also on OSX. OS Ubuntu/Debian based BinaryIf you have the linux (ubuntu/debian) machine you can try to download the binary Build SpyCBlockFor the moment the only method for install is with scripts contained inside the directory called installer or command line. Build from scriptsInside the directory installer exist some script for different type system build, like:
How to use the scriptif you want to install all you can run the script Build for consoleTo building the SpyCBlock without the test to console you must be run this command: Dev dependence
External dependenceThe dependence Bitcoin-api-cpp is only if you want to create the graph of address, this serialization requires the complete node bitcoin core; but for the moment is necessary for build the project Other problems?you can use the IRC channel #spycblock-dev for a talk with me or you can send me a mail [email protected] Other informationsSorry if the system build of the project is difficulte, but I'm only on the developening. Thanks for opening this issue. |
Thanks for responding quickly! I'm getting errors after running
|
Hi @torkelrogstad,
With this script, you install the Gtest, Glog, RapidJSON, bitcoin-cpp-api. PS: when you install the bitcoin-cpp-api it has need to this dependence, for ubuntu you can install it with this command
after you ran the after running to end you can run Other |
Hi @torkelrogstad, SolutionsI have fixed the problem inside the project, sorry. Is better run this command
After the buildIf you do build SpyCBlock, I think you have a need for some configuration information. SpyCblock uses the java propriety file for configuring the analisis on the blk file. Inside the directory build, you can find in addition to the executable two file configuration called
I think the comment inside the conf.propertie can help you with the configuration SpyCBlock. OtherI hope this works well on your machine if no please be patient and help me to fix this problem. Thanks for your work |
How do I build and run the project?
The text was updated successfully, but these errors were encountered: