Files
zzz cf329f3829 Build: Improve i2psnark standalone build
by not depending on router, and not bundling DTG internal classes
2026-08-22 14:56:23 -04:00
..
2026-03-03 11:26:02 -05:00
2024-01-28 12:09:10 +00:00

Current setup:
* Build desktopgui:
    * 'ant jar' in the desktopgui directory
    OR
    * 'ant desktopgui' in the i2p.i2p directory
* Place desktopgui.jar in the $I2P/lib/ directory.
* Add to .i2p/clients.config:
    #Desktopgui
    clientApp.6.args=
    clientApp.6.delay=5
    clientApp.6.main=net.i2p.desktopgui.Main
    clientApp.6.name=desktopgui
    clientApp.6.startOnLoad=true