fred icon indicating copy to clipboard operation
fred copied to clipboard

better documentation

Open h4ck3rm1k3 opened this issue 9 years ago • 2 comments

Better documentation for the bouncy castle, change the defaults to build submodules.

h4ck3rm1k3 avatar Feb 27 '16 14:02 h4ck3rm1k3

So, there are some other questions I had, one being is there any test cases? and secondly why do I need to run the installer to run, is there no way to run from source?

h4ck3rm1k3 avatar Feb 27 '16 15:02 h4ck3rm1k3

Yes, there are unit tests. They're run by the default build (ant), and can be run explicitly with ant unit. It's possible to run from source, but it requires that freenet-ext.jar and bcprov-jdk15on-152.jar be in the working directory. (See here.) That will be running without the wrapper, which Freenet uses to upgrade itself. To run that too see a testing script that sets up a node with it here.

Thynix avatar Feb 29 '16 02:02 Thynix