1
0
mirror of https://github.com/GOSTSec/gostcoin synced 2025-01-16 01:30:00 +00:00

fix markup

R4SAS 2017-04-20 02:02:39 +03:00
parent a1919bf232
commit 64755c3815

@ -12,14 +12,17 @@ Where $ARCH is `i686` or `x86_64` (matching your system).
- Build db-4.8
Download http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
Unpack it
Edit cd db-4.8.30.NC/dist/config.sub : find string "-mingw32* |" and replace by "-mingw32* | -msys* |"
Unpack it.
Edit `db-4.8.30.NC/dist/config.sub`:
find string `-mingw32* |` and replace by `-mingw32* | -msys* |`
cd db-4.8.30.NC/build_unix
../dist/configure --enable-mingw --enable-cxx --disable-shared --disable-replication --prefix=/usr/local
make
make install
- Build gostcoin
mkdir -p /c/dev/gostcoin
cd /c/dev/gostcoin
git clone https://github.com/GOSTSec/gostcoin.git