You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
i2p-zero/bin/build-all.sh

14 lines
455 B

#!/bin/bash
basedir=$(dirname $(dirname $(readlink -fm $0)))
# retrieve the I2P Java sources, OpenJDK and the Ant build tool
$basedir/bin/import-packages.sh
# build the i2p project retrieved from the I2P repository
$basedir/bin/build-original-i2p.sh
# convert the imported JARs to modules, compile the Java source code in this project, and then use the jlink tool
# to build a zero-dependency platform-specific launcher
$basedir/bin/build-launcher.sh