An open API service indexing awesome lists of open source software.

https://github.com/photonvision/mrcal-java


https://github.com/photonvision/mrcal-java

Last synced: 5 months ago
JSON representation

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
```