File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export FFI_BUILD_FROM_SOURCE=1
72
72
git clone https://github.com/filecoin-project/boost
73
73
cd boost
74
74
git checkout <Stable tag or branch>
75
- make build
75
+ make clean build
76
76
sudo make install
77
77
```
78
78
@@ -85,7 +85,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:/opt/homebrew/lib
85
85
git clone https://github.com/filecoin-project/boost
86
86
cd boost
87
87
git checkout <Stable tag or branch>
88
- make build
88
+ make clean build
89
89
sudo make install
90
90
```
91
91
@@ -99,7 +99,7 @@ To build boost for calibnet, please complete the above pre-requisites and build
99
99
git clone https://github.com/filecoin-project/boost
100
100
cd boost
101
101
git checkout <Stable tag or branch>
102
- make calibnet
102
+ make clean calibnet
103
103
```
104
104
105
105
### Upgrading Boost
@@ -113,7 +113,7 @@ cd boost
113
113
git checkout main
114
114
git pull
115
115
git checkout <New release>
116
- make build
116
+ make clean build
117
117
sudo make install
118
118
```
119
119
@@ -131,7 +131,7 @@ cd boost
131
131
git checkout main
132
132
git pull
133
133
git checkout <New release>
134
- make build
134
+ make clean build
135
135
sudo make install
136
136
```
137
137
You can’t perform that action at this time.
0 commit comments