We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f938e commit f9f45fdCopy full SHA for f9f45fd
README.md
@@ -79,7 +79,14 @@ $ sudo yum install eigen3-devel ceres-solver-devel LibRaw-devel boost-devel imat
79
80
### Windows
81
82
+Install cmake first via [installer](https://cmake.org/download/) or with Chocolatey:
83
+
84
+```sh
85
+$ choco install cmake
86
+```
87
88
```sh
89
+$ build_scripts/install_aces_container.bash
90
$ vcpkg install \
91
libraw:x64-windows \
92
ceres:x64-windows \
@@ -91,8 +98,6 @@ $ vcpkg install \
98
boost-property-tree:x64-windows
99
```
93
100
94
-Follow [ACES Container installation ](https://github.com/ampas/aces_container?tab=readme-ov-file#installation) instruction.
95
-
96
101
## Build and Install
97
102
103
#### From Source
0 commit comments