-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- CreateCalibrationTargetGui: Fixed incorrect encoding being rendered in preview
- Loading branch information
1 parent
103b839
commit a318a2c
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,6 @@ | |
|
||
--- Fresh Checkout --- | ||
|
||
WARNING: Android will currently cause JavaDoc to fail. Either debug this or comment out in settings.gradle. | ||
|
||
VERSION=v0.XX | ||
git clone -b SNAPSHOT --recursive [email protected]:lessthanoptimal/BoofCV.git boofcv | ||
cd boofcv;./gradlew autogenerate;rm -rf .git;cd ..;zip -r boofcv-$VERSION-src.zip boofcv | ||
|