Skip to content

Commit

Permalink
Merge pull request #102 from jubalh/master
Browse files Browse the repository at this point in the history
Improve build folder part in README
  • Loading branch information
ShiqiYu authored Mar 16, 2019
2 parents b2a607a + 9f818d8 commit 89e3a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ examples/libfacedetectcnn-example.cpp shows how to use the library.
* Please add -O3 to turn on optimizations when you compile the source code using g++.
* Please choose 'Maximize Speed/-O2' when you compile the source code using Microsoft Visual Studio.

Create a folder build
Create a build folder:

```
mkdir -p build; cd build; rm -rf *;
mkdir build; cd build; rm -rf *
```

### Cross build for aarch64
Expand Down

0 comments on commit 89e3a73

Please sign in to comment.