- Download Trillbit.zip, which contains library and headers.
- Go inside the Trillbit's mobile app folder. (Please pull the latest changes from master branch)
cd ~/TrillApp.
- Put any updated/new C++ code in
gen-libs/src/main/cpp/folder. - Build and run the app to verify its working correctly.
- Copy headers:
cp distribution/demodulation/include/bpsk/* ~/Downloads/Trillbit/include
- Copy shared libraries:
cd distribution/demodulation/lib/bpsk/for folder in *; do cp $folder/libtrill.so ~/Downloads/Trillbit/lib/$folder/; done
- Zip the Trillbit folder.
Thursday, August 10, 2017
How to update C++ changes in Custom library?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment