build and install i2p on Linux

版权声明:欢迎转载,但请注明出处! https://blog.csdn.net/DavidHuang2017/article/details/79761466
build and install i2p on Linux Terminal
1.从github下载源码解压:https://github.com/i2p/i2p.i2p
2.打开终端,cd进入i2p.i2p-master
3.安装ant
  sudo apt-get install ant
4.使用ant进行build,等待几分钟完成
  ant installer-linux
5.运行jar包编译和安装i2p,最后要选择安装路径
  java -jar i2pinstall_0.9.33-19_linux-only.jar -console
6.cd安装路径,启动i2p服务,stop停止服务
  sh i2prouter start
7.查看i2p状态
  sh i2prouter status

猜你喜欢

转载自blog.csdn.net/DavidHuang2017/article/details/79761466