mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-10 11:28:27 +01:00
Fix RTD: Use 4 spaces, not tabs in docs
This commit is contained in:
parent
aa47e11471
commit
74aa961561
1 changed files with 10 additions and 10 deletions
|
@ -30,16 +30,16 @@ Where $ARCH is `i686` or `x86_64` (matching your system).
|
||||||
- Open MSYS2 Shell (from Start menu).
|
- Open MSYS2 Shell (from Start menu).
|
||||||
- Install all prerequisites and download i2pd source:
|
- Install all prerequisites and download i2pd source:
|
||||||
|
|
||||||
export ARCH='i686' # or 'x86_64'
|
export ARCH='i686' # or 'x86_64'
|
||||||
export MINGW='mingw32' # or 'mingw64'
|
export MINGW='mingw32' # or 'mingw64'
|
||||||
pacman -S mingw-w64-$ARCH-boost mingw-w64-$ARCH-openssl mingw-w64-$ARCH-gcc git make
|
pacman -S mingw-w64-$ARCH-boost mingw-w64-$ARCH-openssl mingw-w64-$ARCH-gcc git make
|
||||||
mkdir -p /c/dev/i2pd
|
mkdir -p /c/dev/i2pd
|
||||||
cd /c/dev/i2pd
|
cd /c/dev/i2pd
|
||||||
git clone https://github.com/PurpleI2P/i2pd.git
|
git clone https://github.com/PurpleI2P/i2pd.git
|
||||||
cd i2pd
|
cd i2pd
|
||||||
# we need compiler on PATH which is usually heavily cluttered on Windows
|
# we need compiler on PATH which is usually heavily cluttered on Windows
|
||||||
export PATH=/$MINGW/bin:/usr/bin
|
export PATH=/$MINGW/bin:/usr/bin
|
||||||
make
|
make
|
||||||
|
|
||||||
### Caveats
|
### Caveats
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue