fred
fred copied to clipboard
better documentation
Better documentation for the bouncy castle, change the defaults to build submodules.
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?
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.