Skip to content

Commit c373d57

Browse files
authored
Update to v3.2.0
1 parent 5f56e66 commit c373d57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build-ain-arm64.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Download the latest source code from DefiCh/ain and extract them to your `/home/
1111
- [Source code (tar.gz)](https://github.com/DeFiCh/ain/releases)
1212

1313

14-
## Build ain-3.1.1
14+
## Build ain-3.2.0
1515

1616
### Install all dependencies
1717

@@ -33,26 +33,26 @@ sudo apt-get install g++-aarch64-linux-gnu
3333
### Build Berkeley DB
3434
It is recommended to use Berkeley DB 4.8. If you have to build it yourself, you can use installation script included in contrib:
3535
```
36-
cd /home/pi/ain-3.1.1/
37-
./contrib/install_db4.sh /home/pi/ain-3.1.1/
36+
cd /home/pi/ain-3.2.0/
37+
./contrib/install_db4.sh /home/pi/ain-3.2.0/
3838
```
3939

4040
### Build executables
4141
```
42-
cd /home/pi/ain-3.1.1/depends
42+
cd /home/pi/ain-3.2.0/depends
4343
make HOST=aarch64-linux-gnu NO_QT=1
4444
cd ..
4545
./autogen.sh
4646
```
4747
```
48-
export BDB_PREFIX='/home/pi/ain-3.1.1/db4'
48+
export BDB_PREFIX='/home/pi/ain-3.2.0/db4'
4949
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" CXXFLAGS="-march=armv8-a+crc+crypto" --prefix=$PWD/depends/aarch64-linux-gnu --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
5050
```
5151
And finally:
5252
```
5353
make HOST=aarch64-linux-gnu -j4
5454
```
55-
...and if you want you can create a package (e.g. /home/pi/ain-2.11.1/depends/aarch64-linux-gnu) which contains the files as you get them from DeFiChain for the other platforms:
55+
...and if you want you can create a package (e.g. /home/pi/ain-3.2.0/depends/aarch64-linux-gnu) which contains the files as you get them from DeFiChain for the other platforms:
5656
```
5757
make install
5858
```

0 commit comments

Comments
 (0)