update index.html
This commit is contained in:
24
index.html
24
index.html
@@ -56,7 +56,7 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
Automatically select an up-to-date, secure Firefox or Tor Browser(On Windows) variant
|
Automatically select an up-to-date, secure browser from the host platform, with Tor Browser and Firefox preferred.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Automatically configure a profile for I2P
|
Automatically configure a profile for I2P
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
Automatically block-list all non-I2P local destinations
|
Automatically block-list all non-I2P local destinations
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Enable first-party isolation, anti-fingerprinting, letterboxing
|
Enable first-party isolation, anti-fingerprinting, letterboxing, fusion, other privacy and security options
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Automatically sandbox I2P, Non-I2P, and I2P-Application cookiestores
|
Automatically sandbox I2P, Non-I2P, and I2P-Application cookiestores
|
||||||
@@ -75,7 +75,8 @@
|
|||||||
Build Dependencies:
|
Build Dependencies:
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
To build this, you will need the following software packages (all available in Debian and Ubuntu, see WSL section below) :
|
To build this, you will need the following software packages
|
||||||
|
(all available in Debian and Ubuntu, see WSL section below):
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
@@ -94,6 +95,18 @@
|
|||||||
jq
|
jq
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<p>
|
||||||
|
These need to be installed in the environment where the NSIS
|
||||||
|
Package is build, NOT the environment where the java package
|
||||||
|
is built. These may be different, because you will need to
|
||||||
|
use a system which provides a Unix-like environment on top of
|
||||||
|
a Windows system. You can use WSL or Cygwin, and more detailed
|
||||||
|
instructions are provided below.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Building for Windows target from Linux is not possible unless
|
||||||
|
you obtain a Windows package from my github.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
In addition, you will need the NSIS plugin “ShellExecAsUser” which you can get from the
|
In addition, you will need the NSIS plugin “ShellExecAsUser” which you can get from the
|
||||||
<a href="https://nsis.sourceforge.io/ShellExecAsUser_plug-in">
|
<a href="https://nsis.sourceforge.io/ShellExecAsUser_plug-in">
|
||||||
@@ -169,6 +182,9 @@
|
|||||||
. You must have Git for Windows installed. When installing git for Windows,
|
. You must have Git for Windows installed. When installing git for Windows,
|
||||||
you should select “Checkout as is, commit as is” and leave line-endings alone.
|
you should select “Checkout as is, commit as is” and leave line-endings alone.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
The Windows build tools listed above must be installed on the Windows host machine.
|
||||||
|
</p>
|
||||||
<p>
|
<p>
|
||||||
TODO: Add links to the respective instructions for each of these.
|
TODO: Add links to the respective instructions for each of these.
|
||||||
</p>
|
</p>
|
||||||
@@ -329,7 +345,7 @@
|
|||||||
<p>
|
<p>
|
||||||
Install prerequisites
|
Install prerequisites
|
||||||
<code>
|
<code>
|
||||||
wsl sudo apt-get update && sudo apt-get install make nsis dos2unix curl jq
|
wsl sudo apt-get update && sudo apt-get install make nsis nsis-pluginapi dos2unix curl jq
|
||||||
</code>
|
</code>
|
||||||
</p>
|
</p>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user