Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 0d2c250

Browse files
yeyupiaolingXreki
authored andcommitted
add run path (#47)
1 parent 78b644a commit 0d2c250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/tool/C/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To compile and run this demo in an Android environment, please follow the follow
99

1010
1. Refer to [this document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/mobile/cross_compiling_for_android_en.md) to compile the Android version of PaddlePaddle. After following the mentioned steps, make install will generate an output directory containing three subdirectories: include, lib, and third_party( `libpaddle_capi_shared.so` will be produced in the `lib` directory).
1111

12-
2. Compile `inference.cc` to an executable program for the Android environment as follows:
12+
2. Compile `inference.cc` to an executable program for the Android environment as follows (run in `Mobile/benchmark/tool/C`):
1313
- For armeabi-v7a
1414
```
1515
mkdir build

0 commit comments

Comments
 (0)