https://github.com/photonvision/mrcal-java
https://github.com/photonvision/mrcal-java
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/photonvision/mrcal-java
- Owner: PhotonVision
- License: gpl-3.0
- Created: 2023-09-28T01:23:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T14:24:41.000Z (almost 2 years ago)
- Last Synced: 2024-08-16T15:46:29.567Z (almost 2 years ago)
- Language: C++
- Size: 235 KB
- Stars: 1
- Watchers: 10
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Build requirements
See: http://mrcal.secretsauce.net/install.html
- Install cmake
```bash
sudo apt install cmake gcc g++ libmrcal-dev
cmake -B build . # You may need to add JAVA_HOME=/path/to/java
cmake --build build
```
For windows: `cmake -B build -S . -T ClangCl -A x64 -G "Visual Studio 17 2022"
For macOS:
```bash
cpan -i List::MoreUtils
cmake -B build -DOPENCV_ARCH=osxuniversal -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
cmake --build build
```