Skip to content

Commit 637d896

Browse files
committed
Add steps for compiling the library manually for future reference
1 parent 5691585 commit 637d896

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Usage is similar to StackBlur, but also more streamlined:
2121
Bitmap bm = NativeStackBlur.process(source, blurRadius);
2222
```
2323

24+
# Compiling
25+
If you want to compile the original StackBlur lib for various reasons, such as adding more architecture support, simply pull down the original StackBlur repo, navigate to the StackBlur project folder (with the res and src folders) and run `ndk-build`. This should output all the .so files you need within the /libs folder. If you want to compile without worrying about renderscript, simply open up the `Android.mk` file and remove everything after the "Renderscript" comment.
26+
2427
License
2528
--------
2629

0 commit comments

Comments
 (0)