File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Download the latest source code from DefiCh/ain and extract them to your `/home/
11
11
- [ Source code (tar.gz)] ( https://github.com/DeFiCh/ain/releases )
12
12
13
13
14
- ## Build ain-2.6.1
14
+ ## Build ain-2.6.2
15
15
16
16
### Install all dependencies
17
17
@@ -33,19 +33,19 @@ sudo apt-get install g++-arm-linux-gnueabihf
33
33
### Build Berkeley DB
34
34
It is recommended to use Berkeley DB 4.8. If you have to build it yourself, you can use installation script included in contrib:
35
35
```
36
- cd /home/pi/ain-2.6.1 /
37
- ./contrib/install_db4.sh /home/pi/ain-2.6.1 /
36
+ cd /home/pi/ain-2.6.2 /
37
+ ./contrib/install_db4.sh /home/pi/ain-2.6.2 /
38
38
```
39
39
40
40
### Build executables
41
41
```
42
- cd /home/pi/ain-2.6.1 /depends
42
+ cd /home/pi/ain-2.6.2 /depends
43
43
make HOST=arm-linux-gnueabihf NO_QT=1
44
44
cd ..
45
45
./autogen.sh
46
46
```
47
47
```
48
- export BDB_PREFIX='/home/pi/ain-2.6.1 /db4'
48
+ export BDB_PREFIX='/home/pi/ain-2.6.2 /db4'
49
49
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" --prefix=$PWD/depends/arm-linux-gnueabihf --enable-glibc-back-compat --enable-reduce-exports LDFLAGS=-static-libstdc++
50
50
```
51
51
And finally:
You can’t perform that action at this time.
0 commit comments