mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 08:34:37 +08:00
67338e2600
- Currently builds for Linux (GCC), Android (r17b), macOS and iOS (Xcode 9.4). Change-Id: I17f9adb90c12bff983c851cdcb20db1f9efce6fb
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Stop processing on any error.
|
|
set -e
|
|
|
|
brew install cmake glog gflags eigen suite-sparse
|